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.

Ancestors

Constructors

ncm_fit_mcbs_new

Creates a new NcmFitMCBS object.

Functions

ncm_fit_mcbs_clear

If mcbs is not NULL, decreases its reference count by one and sets mcbs to NULL.

Instance methods

ncm_fit_mcbs_free

Decreases the reference count of mcbs by one.

ncm_fit_mcbs_get_catalog

Gets the generated catalog of mcbs.

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.

ncm_fit_mcbs_set_filename

Sets the filename of the data to be used in the analysis.

ncm_fit_mcbs_set_rng

Sets the random number generator to be used in the analysis.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmoMath.FitMCBS:filename
No description available.

NumCosmoMath.FitMCBS:fit
No description available.

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.

Class structure

struct NumCosmoMathFitMCBSClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.