Method

NumCosmoMathLikelihoodm2lnL_val

Declaration [src]

void
ncm_likelihood_m2lnL_val (
  NcmLikelihood* lh,
  NcmMSet* mset,
  gdouble* m2lnL
)

Description [src]

Combines the m2lnL for the dataset and the priors, note that the priors can be priors that contribute to the leastsquares f or to the m2lnL.

Parameters

mset

Type: NcmMSet

A NcmMSet.

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

Type: gdouble*

The sum of the m2lnL.

The argument will be set by the function.