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.

Ancestors

Constructors

nc_data_cluster_pseudo_counts_new

Creates a new NcDataClusterPseudoCounts.

nc_data_cluster_pseudo_counts_new_from_file

Creates a new NcDataClusterPseudoCounts from filename.

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_ref

Increases the reference count of dcpc by one.

nc_data_cluster_pseudo_counts_set_cad

Sets the NcClusterAbundance object cad to be used.

nc_data_cluster_pseudo_counts_set_nclusters

Sets np representing the total number of clusters.

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).

Methods inherited from NcmData (29)

Please see NcmData for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

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
No description available.
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.

Class structure

struct NumCosmoDataClusterPseudoCountsClass {
  /* no available fields */
}

No description available.