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
Gaussian probability density in log DM space.
This is simply a Gaussian distribution where the variable happens to be log(DM). Does not include Jacobian for log-to-linear conversion.
logDM (float or array_like) – Natural log of dispersion measure.
*args (tuple) – (logmean, logsigma, norm) - Gaussian parameters in log space.
Probability density p(log DM) such that integral p(log DM) d(log DM) = 1.
float or ndarray