Gamma Distribution (SR)#
Note
The GammaDistributionSR encompasses the following specific cases:
ExponentialDistribution:\(\alpha = 1\), and
\(\lambda_\text{gammaSR} = \lambda_\text{expon}\).
GammaDistributionSS:\(\alpha_\text{gammaSR} = \alpha_\text{gammaSS}\)
\(\lambda = \theta^{-1}\).
UniformDistribution:\(\alpha = 1\), and
\(\lambda = 1\).
This class internally utilizes the following functions from utilities_d module:
gamma_sr_pdf_()gamma_sr_cdf_()
Recommended Import#
from pymultifit.distributions import GammaDistributionSR
Full Import#
from pymultifit.distributions.gamma_d import GammaDistributionSR