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: NcmVector

A NcmVector.

The data is owned by the caller of the method.

Return value

Type: gdouble

$P(\vec{x})$.