Method

NumCosmoMathSplineFuncTestset_params_info_all

Declaration [src]

void
ncm_spline_func_test_set_params_info_all (
  NcmSplineFuncTest* sft,
  const guint npar,
  const gdouble p1,
  const gdouble p2
)

Description [src]

Sets all values of the matrix par_info to p1 and p2 in order to create the base function and to perform statistics.

The matrix must have dimensions (rows = npar, cols = 2). - columns: (p1 = min. value , p2 = max. value) for a flat PDF or (p1 = mean, p2 = sigma) for a normal PDF.

Parameters

npar

Type: const guint

Number of parameters.

p1

Type: const gdouble

Parameter to be used by the PDF.

p2

Type: const gdouble

Parameter to be used by the PDF.