Method

NumCosmoMathStatsVecenable_quantile

Declaration [src]

void
ncm_stats_vec_enable_quantile (
  NcmStatsVec* svec,
  gdouble p
)

Description [src]

Enables quantile calculation, it will calculate the $p$ quantile. Warning, it does not support weighted samples, the results will ignores the weights.

Parameters

p

Type: gdouble

Double $\in (0, 1)$.