User Guide
Reference
c_light_kms
print_cosmology()
set_cosmology()
H()
E()
inv_E()
DM()
DA()
DL()
dV()
dVdtau()
init_dist_measures()
dm()
dl()
da()
dv()
dvdtau()
E_to_F()
F_to_E()
dFnu_to_dEnu()
choose_source_evolution_function()
sfr_evolution()
opz_evolution()
sfr()
Development
Simple power-law source evolution model.
Computes (1+z)^(2.7*n), which matches the low-z behavior of the SFR model but lacks the high-z turnover. The factor 2.7 ensures that n-values are comparable between models.
z (float or array_like) – Redshift.
*params (float) – First parameter is n, the evolution power parameter.
Relative source density at redshift z.
float or ndarray