Method
NumCosmoClusterAbundanceintp_d2n_bias
Declaration [src]
gdouble
nc_cluster_abundance_intp_d2n_bias (
NcClusterAbundance* cad,
NcHICosmo* cosmo,
NcClusterRedshift* clusterz,
NcClusterMass* clusterm,
gdouble* lnM_obs,
gdouble* lnM_obs_params,
gdouble* z_obs,
gdouble* z_obs_params
)
Description [src]
Computes the bias-weighted differential abundance for the given observed mass and redshift.
Parameters
cosmo-
Type:
NcHICosmoA
NcHICosmo.The data is owned by the caller of the method. clusterz-
Type:
NcClusterRedshiftA
NcClusterRedshift.The data is owned by the caller of the method. clusterm-
Type:
NcClusterMassA
NcClusterMass.The data is owned by the caller of the method. lnM_obs-
Type: An array of
doubleObserved mass values.
The data is owned by the caller of the method. lnM_obs_params-
Type: An array of
doubleParameters for the observed mass distribution.
The argument can be NULL.The data is owned by the caller of the method. z_obs-
Type: An array of
doubleObserved redshift values.
The data is owned by the caller of the method. z_obs_params-
Type: An array of
doubleParameters for the observed redshift distribution.
The argument can be NULL.The data is owned by the caller of the method.