Method

NumCosmoMathDatam2lnL_val

Declaration [src]

void
ncm_data_m2lnL_val (
  NcmData* data,
  NcmMSet* mset,
  gdouble* m2lnL
)

Description [src]

Calculates the value of $-2\ln(L)$, where $L$ represents the likelihood of the data given the models in mset. The result is stored in m2lnL.

Parameters

mset

Type: NcmMSet

A NcmMSet.

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

Type: gdouble*

A #double.

The argument will be set by the function.