Method

NumCosmoMathFitcovar_var

Declaration [src]

gdouble
ncm_fit_covar_var (
  NcmFit* fit,
  NcmModelID mid,
  guint pid
)

Description [src]

Computes the variance of the fitted parameter pid of the model mid.

Parameters

mid

Type: NcmModelID

A NcmModelID.

pid

Type: guint

The parameter’s index of the model mid (integer).

Return value

Type: gdouble

The variance of the fitted parameter pid.