Virtual Method

NumCosmoMathStatsDist2dpdf

Declaration [src]

gdouble
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.