Class
NumCosmoMathDataset
Description [src]
final class NumCosmoMath.Dataset : GObject.Object
{
/* No available fields */
}
A set of NcmData objects.
The purpose of this class is to define a collection of NcmData objects. These
objects serve as containers for NcmData intended for use within the NumCosmo
library. Each individual NcmData object is responsible for defining a distinct
data likelihood function. It is essential to note that all NcmData objects are
designed to be entirely statistically independent of each other.
Instance methods
ncm_dataset_bootstrap_resample
Perform one bootstrap as in ncm_data_bootstrap_resample() in every NcmData
in dset.
ncm_dataset_fisher_matrix
Calculates the Fisher-information matrix I adding the individual ones from each
NcmData in dset. If the NcmMatrix pointer in IM is NULL a new NcmMatrix will
be allocated otherwise IM will be used.
ncm_dataset_fisher_matrix_bias
Calculates the Fisher-information matrix IM and and the bias vector delta_theta
adding the individual ones from each NcmData in dset.
ncm_dataset_has_leastsquares_f
Whether all the NcmData in dset have a ncm_data_leastsquares_f() method.
ncm_dataset_m2lnL_val
Computes the value of the m2lnL for the data data.
The value of the m2lnL is stored in m2lnL.
ncm_dataset_m2lnL_vec
Computes the value of $-2\ln L$ for every element in the dset.
The values of $-2\ln L$ are stored in the NcmVector m2lnL_v.
ncm_dataset_mean_vector
Calculates the mean vector f concatenating the individual ones from each
NcmData in dset.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.