GammaΒΆ

../_images/gamma.gif
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.