Class
NumCosmoClusterPhotozGaussGlobal
Description [src]
class NumCosmo.ClusterPhotozGaussGlobal : NumCosmo.ClusterRedshift
{
/* No available fields */
}
Global gaussian photometric distribution for clusters.
Constructors
nc_cluster_photoz_gauss_global_new
Creates a new NcClusterPhotozGaussGlobal with the specified parameters.
Instance methods
nc_cluster_photoz_gauss_global_set_sigma0
Sets the value sigma0 to the NcClusterPhotozGaussGlobal:sigma0 property.
nc_cluster_photoz_gauss_global_set_z_bias
Sets the value z_bias to the NcClusterPhotozGaussGlobal:z-bias property.
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.
Properties
NumCosmo.ClusterPhotozGaussGlobal:sigma0
Standard deviation parameter of the photometric redshift distribution at z=0.
Properties inherited from NcmModel (9)
NumCosmoMath.Model:implementation
NumCosmoMath.Model:name
NumCosmoMath.Model:nick
NumCosmoMath.Model:params-types
NumCosmoMath.Model:reparam
NumCosmoMath.Model:scalar-params-len
NumCosmoMath.Model:sparam-array
NumCosmoMath.Model:submodel-array
NumCosmoMath.Model:vector-params-len
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.