Method

NumCosmoMathStatsVecget_quantile_all

Declaration [src]

gdouble*
ncm_stats_vec_get_quantile_all (
  NcmStatsVec* svec,
  guint i
)

Description [src]

Returns the current estimate of the quantile initialized through ncm_stats_vec_enable_quantile(). It returns an array containing the minimum, p/2, p, (p + 1)/2 and maximum value.

Parameters

i

Type: guint

A variable index.

Return value

Type: An array of gdouble

The current estimate of the quantile.

The array has 5 elements.
The returned data is owned by the instance.