Method
NumCosmoMathStatsVecget_quantile_spread
Declaration [src]
gdouble
ncm_stats_vec_get_quantile_spread (
NcmStatsVec* svec,
guint i
)
Description [src]
Returns the current estimate of the quantile spread, from the probability $p$ initialized through ncm_stats_vec_enable_quantile(), i.e., it returns the difference between $(p + 1)/2$ quantile and the $p/2$. For example, if $p = 0.5$ then it returns the inter-quartile range.