Method

NumCosmoMathDatasetm2lnL_vec

Declaration [src]

void
ncm_dataset_m2lnL_vec (
  NcmDataset* dset,
  NcmMSet* mset,
  NcmVector* m2lnL_v
)

Description [src]

Computes the value of $-2\ln L$ for every element in the dset. The values of $-2\ln L$ are stored in the NcmVector m2lnL_v.

Parameters

mset

Type: NcmMSet

A NcmMSet.

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

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.