Method

NumCosmoMathMSetTransKernprior_pdf

Declaration [src]

gdouble
ncm_mset_trans_kern_prior_pdf (
  NcmMSetTransKern* tkern,
  NcmVector* thetastar
)

Description [src]

Computes the value of the kernel at (ktern->theta, thetastar). To use as a prior one must call the ncm_mset_trans_kern_set_prior() or ncm_mset_trans_kern_set_prior_from_mset() first.

Parameters

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 (ktern->theta, thetastar).