Virtual Method

NumCosmoMathMSetTransKernpdf

Declaration [src]

gdouble
pdf (
  NcmMSetTransKern* tkern,
  NcmVector* theta,
  NcmVector* thetastar
)

Description [src]

Computes the value of the kernel at (theta, thetastar).

Parameters

theta

Type: NcmVector

Current point.

The data is owned by the caller of the method.
thetastar

Type: NcmVector

Try point.

The data is owned by the caller of the method.

Return value

Type: gdouble

The value of the kernel at (theta, thetastar).