Method

NumCosmoHaloMassFunctionn

Declaration [src]

gdouble
nc_halo_mass_function_n (
  NcHaloMassFunction* mfp,
  NcHICosmo* cosmo,
  gdouble lnMl,
  gdouble lnMu,
  gdouble zl,
  gdouble zu,
  NcHaloMassFunctionSplineOptimize spline
)

Description [src]

Computes the total number of halos in the mass range $[M_l, M_u]$ and redshift range $[z_l, z_u]$ within the survey area.

Parameters

cosmo

Type: NcHICosmo

A NcHICosmo.

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

Type: gdouble

Logarithm base e of mass, lower threshold $\ln M_l$.

lnMu

Type: gdouble

Logarithm base e of mass, upper threshold $\ln M_u$.

zl

Type: gdouble

Minimum redshift.

zu

Type: gdouble

Maximum redshift.

spline

Type: NcHaloMassFunctionSplineOptimize

Spline optimization strategy for the integration.

Return value

Type: gdouble

The total number of halos.