Method
NumCosmoMathDatasetfisher_matrix_bias
Declaration [src]
void
ncm_dataset_fisher_matrix_bias (
NcmDataset* dset,
NcmMSet* mset,
NcmVector* f_true,
NcmMatrix** IM,
NcmVector** delta_theta
)
Description [src]
Calculates the Fisher-information matrix IM and and the bias vector delta_theta
adding the individual ones from each NcmData in dset.
Parameters
mset-
Type:
NcmMSetA
NcmMSet.The data is owned by the caller of the method. f_true-
Type:
NcmVectorA
NcmVector.The data is owned by the caller of the method. IM-
Type:
NcmMatrixThe fisher matrix.
The argument will be set by the function. The caller of the method takes ownership of the returned data, and is responsible for freeing it. delta_theta-
Type:
NcmVectorThe bias vector.
The argument will be set by the function. The caller of the method takes ownership of the returned data, and is responsible for freeing it.