Frozen Gamma¶
-
class
golem.
FrozenGamma
Gamma distribution.
- Parameters
k (float) – Shape parameter for the Gamma distribution.
theta (float) – Scale parameter for the Gamma 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.