Method

NumCosmoMathStatsDist2deval_m2lnp

Declaration [src]

gdouble
ncm_stats_dist2d_eval_m2lnp (
  NcmStatsDist2d* sd2,
  const gdouble x,
  const gdouble y
)

Description [src]

Calculates the value of the $-2\ln(p(x, y))$ for the probability density function.

Parameters

x

Type: const gdouble

Random variable value.

y

Type: const gdouble

Random variable value.

Return value

Type: gdouble

The value of $-2\ln(p(x, y))$.