Method
NumCosmoMathSplineFuncTestset_params_info
Declaration [src]
void
ncm_spline_func_test_set_params_info (
NcmSplineFuncTest* sft,
NcmMatrix* par_info
)
Description [src]
Sets the matrix par_info in order to create the base function and to perform statistics.
The matrix must have dimensions (rows = number of parameters, cols = 2). - columns: (min, max) for a flat PDF or (mean, sigma) for a normal PDF.
Parameters
par_info-
Type:
NcmMatrixA
NcmMatrix.The data is owned by the caller of the method.