Method

NumCosmoMathMSetTransKernprior_sample

Declaration [src]

void
ncm_mset_trans_kern_prior_sample (
  NcmMSetTransKern* tkern,
  NcmVector* thetastar,
  NcmRNG* rng
)

Description [src]

Sample from the transition kernel using it as a prior. To use as a prior one must call one of the functions ncm_mset_trans_kern_set_prior_* first.

Parameters

thetastar

Type: NcmVector

Try point.

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

Type: NcmRNG

A NcmRNG.

The data is owned by the caller of the method.