halomod.concentration.Zehavi11

class halomod.concentration.Zehavi11(cosmo: ~hmf.cosmology.cosmo.Cosmology = <hmf.cosmology.cosmo.Cosmology object>, filter0: ~hmf.density_field.filters.Filter | None = None, growth: ~hmf.cosmology.growth_factor.GrowthFactor | None = None, delta_c: float = 1.686, profile: ~halomod.profiles.Profile | None = None, mdef: ~hmf.halos.mass_definitions.MassDefinition | None = None, **model_parameters)[source]

Bases: Bullock01Power

Concentration-mass relation from Duffy et al.(2008) [1].

It has the same fomulae as Bullock01Power, but with parameter values refitted.

See documentation for Bias for information on input parameters. This model has four model parameters.

Parameters:
  • a (float) – Default is (11.0,-0.13,1.0,2.26e12).

  • b (float) – Default is (11.0,-0.13,1.0,2.26e12).

  • c (float) – Default is (11.0,-0.13,1.0,2.26e12).

  • ms (float) – Default is (11.0,-0.13,1.0,2.26e12).

References

[1]

Zehavi, I. et al., “Galaxy Clustering in the Completed SDSS Redshift Survey: The Dependence on Color and Luminosity”, https://ui.adsabs.harvard.edu/abs/2011ApJ…736…59Z.

cm(m, z=0)

Return concentration parameter for mass m at z.

Parameters:
  • z (float) – Redshift. Must not be an array.

  • m (float) – Halo Mass.

classmethod get_models() Dict[str, Type]

Get a dictionary of all implemented models for this component.

mass_nonlinear(z)

Return the nonlinear mass at z.

Parameters:

z (float) – Redshift. Must not be an array.

native_mdefs = (<hmf.halos.mass_definitions.SOCritical object>,)