Method

NumCosmoClusterMassintp_bin

Declaration [src]

gdouble
nc_cluster_mass_intp_bin (
  NcClusterMass* clusterm,
  NcHICosmo* cosmo,
  const gdouble lnM,
  const gdouble z,
  const gdouble* lnM_obs_lower,
  const gdouble* lnM_obs_upper,
  const gdouble* lnM_obs_params
)

Description [src]

Computes the integrated probability over the observed mass bin.

Parameters

cosmo

Type: NcHICosmo

A NcHICosmo.

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

Type: const gdouble

Logarithm base e of the true mass.

z

Type: const gdouble

True redshift.

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

Observational parameters.

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

Return value

Type: gdouble

Integrated probability.