Class
NumCosmoMathBootstrap
Description [src]
final class NumCosmoMath.Bootstrap : GObject.Object
{
/* No available fields */
}
Generic index bootstrap.
This object generate random samples of indexes. These samples are used to calculate statistics using different combinations of the same data set.
Constructors
ncm_bootstrap_full_new
Creates a new NcmBootstrap object for a sample of size fsize. This object
will sample with replacement all indexes bsize times.
ncm_bootstrap_sized_new
Creates a new NcmBootstrap object for a sample of size fsize. This object
will sample with replacement all indexes fsize times.
Instance methods
ncm_bootstrap_get_sortncomp
Fills an array with the sorted indexes followed by the number of times they appear.
ncm_bootstrap_remix
Sample without replacement NcmBootstrap:bootstrap-size from the
NcmBootstrap:full-size indexes. Note that in this case
NcmBootstrap:bootstrap-size must be equal or smaller than
NcmBootstrap:full-size.
ncm_bootstrap_resample
Sample with replacement NcmBootstrap:bootstrap-size from the
NcmBootstrap:full-size indexes.
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.