Gamma |
The GammaDistribution type exposes the following members.
| Name | Description | |
|---|---|---|
| _invTheta | Stores the distribution parameters and helper values used during random number generation. | |
| algorithmGD | Stores whether algorithm GD is used for the current parameter set. | |
| alpha | Stores the distribution parameters and helper values used during random number generation. | |
| b | Stores the distribution parameters and helper values used during random number generation. | |
| c | Stores the distribution parameters and helper values used during random number generation. | |
| d | Stores the distribution parameters and helper values used during random number generation. | |
| exponentialDistribution | Stores the exponential distribution used by the gamma random-number generator. | |
| generator |
Stores a Generator object that can be used as the underlying random number generator.
(Inherited from Distribution) | |
| normalDistribution | Stores the normal distribution used by the gamma random-number generator. | |
| q0 | Stores the distribution parameters and helper values used during random number generation. | |
| r | Stores the distribution parameters and helper values used during random number generation. | |
| s | Stores the distribution parameters and helper values used during random number generation. | |
| s2 | Stores the distribution parameters and helper values used during random number generation. | |
| scale | Stores the distribution parameters and helper values used during random number generation. | |
| si | Stores the distribution parameters and helper values used during random number generation. | |
| theta | Stores the distribution parameters and helper values used during random number generation. |