Method

NumCosmoMathFitdata_m2lnL_val

Declaration [src]

void
ncm_fit_data_m2lnL_val (
  NcmFit* fit,
  gdouble* data_m2lnL
)

Description [src]

This function computes minus two times the logarithm base e of the likelihood using only the data set and not considering any prior. The result is set on data_m2lnL.

Parameters

data_m2lnL

Type: gdouble*

Minus two times the logarithm base e of the likelihood.

The argument will be set by the function.