User Guide
Reference
p()
pcosmic()
p_delta_DM()
iterate_C0()
make_C0_grid()
get_mean_DM()
get_log_mean_DM()
get_C0()
get_pDM()
get_pDM_grid()
linlognormal_dlin()
loglognormal_dlog()
plot_mean()
get_dm_mask()
integrate_pdm()
Development
Iteratively solve for the normalization constant C0.
The constant C0 ensures that the mean of the p(delta) distribution equals unity, i.e., <delta> = 1. This is required for the distribution to correctly represent DM_cosmic / <DM_cosmic>.
z (float) – Redshift.
F (float) – Log10 of the feedback parameter.
C0 (float, optional) – Initial guess for C0. Default is 1.
Niter (int, optional) – Number of iterations. Default is 10.
Converged value of C0.
float