prefect.utilities.math
poisson_interval
exponential_cdf
lower_clamp_multiple
k
(and corresponding upper bound k * average_interval),
this function computes a lower clamp multiple c
(corresponding to a lower bound
c * average_interval) where the probability mass between the lower bound and the
median is equal to the probability mass between the median and the upper bound.
clamped_poisson_interval
bounded_poisson_interval
clamped_poisson_interval
this does not take a target average interval.
Instead, the interval is predetermined and the average is calculated as their
midpoint. This allows Poisson intervals to be used in cases where a lower bound
must be enforced.