Class
NumCosmoMathFitMCBS
Description [src]
final class NumCosmoMath.FitMCBS : GObject.Object
{
/* No available fields */
}
Monte Carlo and bootstrap analysis.
This class implements the Monte Carlo and bootstrap analysis. It performs a Monte
Carlo analysis where for each sample of the likelihood function, a bootstrap analysis
is performed. The results are stored in a NcmMSetCatalog.
The main objective of this class is to provide a way to estimate the accuracy of the bootstrap analysis.
Instance methods
ncm_fit_mcbs_run
Runs the Monte Carlo and bootstrap analysis. The results are stored in the catalog
of mcbs. The catalog is cleared before the analysis.
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.