Method

NumCosmoMathStatsDisteval_m2lnp

Declaration [src]

gdouble
ncm_stats_dist_eval_m2lnp (
  NcmStatsDist* sd,
  NcmVector* x
)

Description [src]

Evaluate the distribution at $\vec{x}=$x. This method is more stable than ncm_stats_dist_eval() since it avoids underflows and overflows.

Parameters

x

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.

Return value

Type: gdouble

$P(\vec{x})$.