Method
NumCosmoClusterRedshiftp
Declaration [src]
gdouble
nc_cluster_redshift_p (
NcClusterRedshift* clusterz,
NcHICosmo* cosmo,
const gdouble lnM,
const gdouble z,
const gdouble* z_obs,
const gdouble* z_obs_params
)
Description [src]
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.
Parameters
cosmo-
Type:
NcHICosmoA
NcHICosmo.The data is owned by the caller of the method. lnM-
Type:
const gdoubleTrue mass.
z-
Type:
const gdoubleTrue redshift.
z_obs-
Type: An array of
doubleMeasured redshift.
The data is owned by the caller of the method. z_obs_params-
Type: An array of
doubleMeasured redshift params.
The data is owned by the caller of the method.