Method

NumCosmoMathStatsDist1deval_inv_pdf_tail

Declaration [src]

gdouble
ncm_stats_dist1d_eval_inv_pdf_tail (
  NcmStatsDist1d* sd1,
  gdouble v
)

Description [src]

Calculates the value of the random variable $x$ for which the cumulative distribution satisfy $\int_{x}^{x_f}\mathrm{d}x^\prime p(x^\prime) = v$.

Parameters

v

Type: gdouble

A number between [0, 1].

Return value

Type: gdouble

The value of x.