Gamma ================= Data Type: float The gamma distribution is a generalization of the exponential distribution. The distribution has support on the positive real line. The probability density function is given by .. math:: f\left(x | k, \theta \right) = \frac{1}{\Gamma(k)\theta^k}x^{k-1}e^{-\frac{1}{\theta}x}, \; x \geq 0. The above is the scale parametarization of the gamma distribution. For more info see `Gamma Distribution `__. GammaDistribution ------------------------ .. autoclass:: dml.stats.gamma.GammaDistribution :members: :special-members: __init__ GammaEstimator ----------------------- .. autoclass:: dml.stats.gamma.GammaEstimator :members: :special-members: __init__ GammaSampler ------------------- .. autoclass:: dml.stats.gamma.GammaSampler :members: