Method

NumCosmoMathLikelihoodleastsquares_f

Declaration [src]

void
ncm_likelihood_leastsquares_f (
  NcmLikelihood* lh,
  NcmMSet* mset,
  NcmVector* f
)

Description [src]

Combines the leastsquares f for the dataset and the priors, note that the first elements of f are the leastsquares f for the dataset and the last elements are the leastsquares f for the priors.

Parameters

mset

Type: NcmMSet

A NcmMSet.

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

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.