Gamma Distribution (SS)#
Note
The GammaDistributionSS is a special case of the GammaDistributionSR with \(\lambda = \theta^{-1}\).
This class internally utilizes the following functions from utilities_d module:
gamma_sr_pdf_()gamma_sr_cdf_()
Recommended Import#
from pymultifit.distributions import GammaDistributionSS
Full Import#
from pymultifit.distributions.gamma_d import GammaDistributionSS