Virtual Method

NumCosmoClusterMassintP

Declaration [src]

gdouble
intP (
  NcClusterMass* clusterm,
  NcHICosmo* cosmo,
  const gdouble lnM,
  const gdouble z
)

Description [src]

It computes the clusterm probability distribution of lnM lying in the range $[]$, namely, $$ intp = \int_{\ln M^{obs}{min}}^{\ln M^{obs}{max}} p \, d\ln M^{obs},$$ where $p$ is [nc_cluster_mass_p()].

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.

Return value

Type: gdouble

The probability distribution of lnM lying within $[\ln M^{obs}{min}, \ln M^{obs}{max}]$.