ncm_mset_trans_kern_prior_sample

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

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.

tkern

a NumCosmoMath.MSetTransKern.

thetastar

try point.

rng

a NumCosmoMath.RNG.

Returns