Method

NumCosmoClusterRedshiftintp_bin

Declaration [src]

gdouble
nc_cluster_redshift_intp_bin (
  NcClusterRedshift* clusterz,
  NcHICosmo* cosmo,
  const gdouble lnM,
  const gdouble z,
  const gdouble* z_obs_lower,
  const gdouble* z_obs_upper,
  const gdouble* z_obs_params
)

Description [src]

Computes the integrated probability over the observed redshift bin.

Parameters

cosmo

Type: NcHICosmo

A NcHICosmo.

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

Type: const gdouble

True mass.

z

Type: const gdouble

True redshift.

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 integrated probability.