GammaΒΆ
-
class
golem.
Gamma
Gamma distribution parametrized by its standard deviation and mode. These are used to fit the k and theta parameters.
- Parameters
std (float) β The scale (one standard deviation) of the distribution.
low_bound (float, optional) β Lower bound for the distribution. Default is zero.
high_bound (float, optional) β Upper bound for the distribution. Default is inf.
Methods
pdf
Probability density function.
cdf
Cumulative density function.