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:
NcmModelIDA
NcmModelID. pid1-
Type:
guintThe parameter’s index of the model
mid1(integer). mid2-
Type:
NcmModelIDA
NcmModelID. pid2-
Type:
guintThe parameter’s index of the model
mid1(integer).