Exponential Distribution#
Note
The ExponentialDistribution is a special case of the GammaDistributionSR,
\(\alpha_\text{gammaSR} = 1\),
\(\lambda_\text{gammaSR} = \lambda_\text{expon}\).
This class internally utilizes the following functions from utilities_d module:
gamma_sr_pdf_()gamma_sr_pdf_()
Recommended Import#
from pymultifit.distributions import ExponentialDistribution
Full Import#
from pymultifit.distributions.exponential_d import ExponentialDistribution