Method

NumCosmoMathFitcovar_cor

Declaration [src]

gdouble
ncm_fit_covar_cor (
  NcmFit* fit,
  NcmModelID mid1,
  guint pid1,
  NcmModelID mid2,
  guint pid2
)

Description [src]

Computes the correlation between the parameters pid1 and pid2 of the models mid1 and mid2, respectively.

Parameters

mid1

Type: NcmModelID

A NcmModelID.

pid1

Type: guint

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

mid2

Type: NcmModelID

A NcmModelID.

pid2

Type: guint

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

Return value

Type: gdouble

The correlation between pid1 and pid2.