Method

NumCosmoMathStatsVecget_param_at

Declaration [src]

gdouble
ncm_stats_vec_get_param_at (
  NcmStatsVec* svec,
  guint i,
  guint p
)

Description [src]

Gets the p-th parameter in the i-th data row used in the statistics, this function fails if the object was not created with save_x == TRUE;.

Parameters

i

Type: guint

The row’s index.

p

Type: guint

The parameter’s index.

Return value

Type: gdouble

The parameter value.