Method

NumCosmoMathLikelihoodpriors_peek_m2lnL

Declaration [src]

NcmPrior*
ncm_likelihood_priors_peek_m2lnL (
  NcmLikelihood* lh,
  guint i
)

Description [src]

Peek the prior at index i in the NcmLikelihood from the array of priors that contribute to the m2lnL.

Parameters

i

Type: guint

Prior index.

Return value

Type: NcmPrior

A NcmPrior representing the prior at index i.

The returned data is owned by the instance.