Method

NumCosmoMathFitfisher

Declaration [src]

void
ncm_fit_fisher (
  NcmFit* fit
)

Description [src]

Calculates the covariance from the Fisher matrix, see ncm_dataset_fisher_matrix(). Note that this function does not use the gradient defined in the fit object, it always uses the accurate numerical differentiation methods implemented in the NcmDiff object.

It sets both the covariance matrix in the NcmFitState object associated to the fit object.