halomod.profiles.NFWInf.cdf

NFWInf.cdf(r, c=None, m=None, coord='r')

The cumulative distribution function, \(m(<x)/m_v\)

Parameters
  • r (float or array_like) – The radial location – units defined by coord

  • c (float or array_like, optional) – The halo_concentration. Only used if m not provided

  • m (float or array_like, optional) – The mass of the halo. Defines the halo_concentration if provided.

  • coord (str, {"x", "r", "s"}) – What the radial coordinate represents. r represents physical co-ordinates [units Mpc/h]. x is in units of the scale radius (r_vir = c), and s is in units of the virial radius (r_vir = 1).