Method
NumCosmoClusterAbundanceintp_bin_d2n_bias
Declaration [src]
gdouble
nc_cluster_abundance_intp_bin_d2n_bias (
NcClusterAbundance* cad,
NcHICosmo* cosmo,
NcClusterRedshift* clusterz,
NcClusterMass* clusterm,
const gdouble* lnM_obs_lower,
const gdouble* lnM_obs_upper,
const gdouble* lnM_obs_params,
const gdouble* z_obs_lower,
const gdouble* z_obs_upper,
const gdouble* z_obs_params
)
Description [src]
Computes the bias-weighted integrated differential abundance over the specified bins.
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_lower-
Type: An array of
doubleLower bounds of observed mass bins.
The data is owned by the caller of the method. lnM_obs_upper-
Type: An array of
doubleUpper bounds of observed mass bins.
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_lower-
Type: An array of
doubleLower bounds of observed redshift bins.
The data is owned by the caller of the method. z_obs_upper-
Type: An array of
doubleUpper bounds of observed redshift bins.
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.