Method

NumCosmoMathFitcovar_fparam_cor

Declaration [src]

gdouble
ncm_fit_covar_fparam_cor (
  NcmFit* fit,
  guint fpi1,
  guint fpi2
)

Description [src]

Computes the correlation between the fitted parameters fpi1 and fpi2. These indices refers to the list of all FREE parameters set in the MSet.

See also the similar function ncm_fit_covar_cor() to which one has to provide the respective models of the parameters.

Parameters

fpi1

Type: guint

Index of a free parameter.

fpi2

Type: guint

Index of a free parameter.

Return value

Type: gdouble

The correlation between the fitted parameters pdi1 and fpdi2.