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: NcHICosmo

A NcHICosmo.

The data is owned by the caller of the method.
clusterz

Type: NcClusterRedshift

A NcClusterRedshift.

The data is owned by the caller of the method.
clusterm

Type: NcClusterMass

A NcClusterMass.

The data is owned by the caller of the method.
lnM_obs_lower

Type: An array of double

Lower bounds of observed mass bins.

The data is owned by the caller of the method.
lnM_obs_upper

Type: An array of double

Upper bounds of observed mass bins.

The data is owned by the caller of the method.
lnM_obs_params

Type: An array of double

Parameters 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 double

Lower bounds of observed redshift bins.

The data is owned by the caller of the method.
z_obs_upper

Type: An array of double

Upper bounds of observed redshift bins.

The data is owned by the caller of the method.
z_obs_params

Type: An array of double

Parameters for the observed redshift distribution.

The argument can be NULL.
The data is owned by the caller of the method.

Return value

Type: gdouble

The bias-weighted integrated differential abundance.