Gamma
Represents the Gamma distribution with shape parameter alpha (with default value 1.0) and scale parameter beta (with default value 1.0).
The probability density function is given by,
Constructors
Gamma(const Gamma distribution) -> Gamma
Copy constructor for Gamma distribution.
Parameters
- distribution: Gamma distribution to be copied
Symbols
| Name | Description |
|---|---|
= | Copy assignment operator for Gamma distribution. |
Members
| Name | Description |
|---|---|
| alpha | Shape |
| beta | Scale |
| max | Returns the maximum possible value from the distribution |
| min | Returns the minimum possible value from the distribution |
| sample | Sample from distribution. |