Method

NumCosmoMathStatsDist2deval_pdf

Declaration [src]

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

Description [src]

Calculates the value of the probability density function (PDF) at x and y.

Parameters

x

Type: const gdouble

Random variable value.

y

Type: const gdouble

Random variable value.

Return value

Type: gdouble

The PDF value at x and y.