Class

NumCosmoClusterPhotozGauss

Description [src]

class NumCosmo.ClusterPhotozGauss : NumCosmo.ClusterRedshift
{
  /* No available fields */
}

Individual gaussian photometric distribution for clusters.

Constructors

nc_cluster_photoz_gauss_new

Creates a new NcClusterRedshift.

Instance methods

Methods inherited from NcClusterRedshift (10)
nc_cluster_redshift_free

Atomically decrements the reference count of clusterz by one. If the reference count drops to 0, all memory allocated by clusterz is released.

nc_cluster_redshift_intp

It computes the clusterz probability distribution of z lying in the range $[z^{obs}{min}, z^{obs}{max}]$, namely, $$ intp = \int_{z^{obs}{min}}^{z^{obs}{max}} p \, dz^{obs},$$ where $p$ is [nc_cluster_redshift_p()].

nc_cluster_redshift_intp_bin

Computes the integrated probability over the observed redshift bin.

nc_cluster_redshift_n_limits

Computes the redshift limits for the cluster abundance calculation. The function which will call this one is responsible to allocate memory for z_lower and z_upper.

nc_cluster_redshift_p

It computes the probability density function (pdf) of the cluster redshift distribution clusterz given z, lnM and the measured redshit z_obs and its parameter(s) z_obs_params.

nc_cluster_redshift_p_bin_limits

Computes the integration limits for the true redshift given the observed redshift bin boundaries.

nc_cluster_redshift_p_limits

Computes the integration limits for the true redshift given the observed redshift and its parameters.

nc_cluster_redshift_ref

Increases the reference count of clusterz by one.

nc_cluster_redshift_resample

Randomly samples the redshift distribution clusterz given z, lnM and z_obs_params, and assigns the sampled redshift to z_obs.

nc_cluster_redshift_volume

Computes the effective volume in the observable redshift space.

Methods inherited from NcmModel (89)

Please see NcmModel for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmo.ClusterPhotozGauss:pz-max
No description available.

NumCosmo.ClusterPhotozGauss:pz-min
No description available.

Properties inherited from NcmModel (9)
NumCosmoMath.Model:implementation
No description available.
NumCosmoMath.Model:name
No description available.
NumCosmoMath.Model:nick
No description available.
NumCosmoMath.Model:params-types
No description available.
NumCosmoMath.Model:reparam
No description available.
NumCosmoMath.Model:scalar-params-len
No description available.
NumCosmoMath.Model:sparam-array
No description available.
NumCosmoMath.Model:submodel-array
No description available.
NumCosmoMath.Model:vector-params-len
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 NumCosmoClusterPhotozGaussClass {
  /* no available fields */
}

No description available.