Method

NumCosmoMathFitpriors_m2lnL_val

Declaration [src]

void
ncm_fit_priors_m2lnL_val (
  NcmFit* fit,
  gdouble* priors_m2lnL
)

Description [src]

This function computes minus two times the logarithm base e of the likelihood using the data set and taking into account the assumed priors. The result is set on priors_m2lnL.

Parameters

priors_m2lnL

Type: gdouble*

Minus two times the logarithm base e of the likelihood.

The argument will be set by the function.