Method

NumCosmoMathLikelihoodpriors_m2lnL_vec

Declaration [src]

void
ncm_likelihood_priors_m2lnL_vec (
  NcmLikelihood* lh,
  NcmMSet* mset,
  NcmVector* priors_m2lnL_v
)

Description [src]

Computes the m2lnL for the priors, inserting the result in priors_m2lnL_v. The order of the elements in priors_m2lnL_v is the same as the order of the priors in the NcmLikelihood. The first elements are the m2lnL for the priors that contribute to the leastsquares f and the last elements are the m2lnL for the priors that contribute to the m2lnL.

Parameters

mset

Type: NcmMSet

A NcmMSet.

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

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.