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: NcmMSet

A NcmMSet.

The data is owned by the caller of the method.
f_true

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.
IM

Type: NcmMatrix

The 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: NcmVector

The 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.