Method
NumCosmoMathStatsDisteval
Declaration [src]
gdouble
ncm_stats_dist_eval (
NcmStatsDist* sd,
NcmVector* x
)
Description [src]
Evaluate the distribution at $\vec{x}=$x. The method ncm_stats_dist_eval_m2lnp()
can be used to avoid underflow.
Parameters
x-
Type:
NcmVectorA
NcmVector.The data is owned by the caller of the method.