Gamma Distribution (SR)#

Note

The GammaDistributionSR encompasses the following specific cases:

  1. ExponentialDistribution:
    • \(\alpha = 1\), and

    • \(\lambda_\text{gammaSR} = \lambda_\text{expon}\).

  2. GammaDistributionSS:
    • \(\alpha_\text{gammaSR} = \alpha_\text{gammaSS}\)

    • \(\lambda = \theta^{-1}\).

  3. UniformDistribution:
    • \(\alpha = 1\), and

    • \(\lambda = 1\).

This class internally utilizes the following functions from utilities_d module:

  • gamma_sr_pdf_()

  • gamma_sr_cdf_()

Full Import#

from pymultifit.distributions.gamma_d import GammaDistributionSR