EH_NoBAO¶
- class hmf.density_field.transfer_models.EH_NoBAO(*args, **kwargs)[source]¶
Eisenstein & Hu (1998) fitting function without BAO wiggles.
From EH 1998 Eqs. 26,28-31. Code adapted from CHOMP project.
- Parameters:
cosmo (
astropy.cosmology.FLRWinstance) – The cosmology used in the calculation**model_parameters (unpack-dict) – Parameters specific to this model. In this case, there are no model parameters.
Attributes
Methods
- __init__(*args, **kwargs)
- classmethod get_models() dict[str, type]
Get a dictionary of all implemented models for this component.
- lnt(lnk)[source]
Natural log of the transfer function.
- Parameters:
lnk (array_like) – Wavenumbers [Mpc/h]
- Returns:
lnt – The log of the transfer function at lnk.
- Return type:
array_like