Class
NumCosmoDataClusterPseudoCounts
Description [src]
class NumCosmo.DataClusterPseudoCounts : NumCosmoMath.Data
{
/* No available fields */
}
Galaxy clusters data — pseudo number counts likelihood.
This class is a subclass of NcmData implementing the likelihood for galaxy clusters
pseudo number counts.
Functions
nc_data_cluster_pseudo_counts_clear
The reference count of dcpc is decreased and the pointer is set to NULL.
Instance methods
nc_data_cluster_pseudo_counts_free
Atomically decrements the reference count of dcpc by one. If the reference count drops to 0,
all memory allocated by dcpc is released.
nc_data_cluster_pseudo_counts_init_from_sampling
Initializes the cluster pseudo counts data by sampling np clusters. Sets the number
of clusters and generates observational uncertainties for Planck and CLASH catalogs,
then resamples the data using the provided model set mset and random number
generator rng.
nc_data_cluster_pseudo_counts_set_obs
Sets the matrix m representing the cluster observables, e.g., observed redshift and
mass(es) and the parameters of the redshift and/or mass-observable distributions.
nc_data_cluster_pseudo_counts_set_true_data
Sets the matrix m representing the cluster (halo) true data, i.e., true redshift and mass(es).
Properties
Properties inherited from NcmData (5)
NumCosmoMath.Data:bootstrap
The NcmData bootstrap object if any.
NumCosmoMath.Data:desc
Description of the data object.
NumCosmoMath.Data:init
NumCosmoMath.Data:long-desc
Description of the data object.
NumCosmoMath.Data:name
Name of the data object.
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.