User Guide
Reference
init_igamma_splines()
init_igamma_linear()
template_array_cumulative_luminosity_function()
template_vector_cumulative_luminosity_function()
vector_cum_power_law()
array_diff_power_law()
array_cum_power_law()
vector_diff_power_law()
vector_cum_gamma()
vector_cum_gamma_spline()
vector_cum_gamma_linear()
array_diff_gamma()
array_cum_gamma()
array_cum_gamma_spline()
array_cum_gamma_linear()
vector_diff_gamma()
Development
Initialize linear interpolators for the upper incomplete gamma function.
Alternative to spline interpolation using scipy’s interp1d.
gammas (list of float) – Values of gamma for which to create interpolators.
reinit (bool, optional) – If True, reinitialize even if interpolator exists. Default False.
log (bool, optional) – If True, perform interpolation in log10 space. Default False.