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

Type: An array of double

Observed mass values.

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

Type: An array of double

Observed redshift values.

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 differential abundance.