Method

NumCosmoGalaxyRedshiftObsSelwindow_mass

Declaration [src]

gdouble
nc_galaxy_redshift_obs_sel_window_mass (
  NcGalaxyRedshiftObsSel* gsdrop,
  const gdouble z,
  const gdouble obs_lo,
  const gdouble obs_hi
)

Description [src]

Computes the population-level probability mass of the observable in the window $[\mathtt{obs_lo}, \mathtt{obs_hi}]$ at fixed true redshift z, i.e. the fraction of the population at z whose observable falls in the window. This is the selection/normalization factor used by the binning calculator.

Parameters

z

Type: const gdouble

The true redshift $z$.

obs_lo

Type: const gdouble

The lower edge of the observable window.

obs_hi

Type: const gdouble

The upper edge of the observable window.

Return value

Type: gdouble

The population probability mass in the window.