Click or drag to resize

GammaDistribution Fields

The GammaDistribution type exposes the following members.

Fields
 NameDescription
Protected field_invTheta Stores the distribution parameters and helper values used during random number generation.
Protected fieldalgorithmGD Stores whether algorithm GD is used for the current parameter set.
Protected fieldalpha Stores the distribution parameters and helper values used during random number generation.
Protected fieldb Stores the distribution parameters and helper values used during random number generation.
Protected fieldc Stores the distribution parameters and helper values used during random number generation.
Protected fieldd Stores the distribution parameters and helper values used during random number generation.
Protected fieldexponentialDistribution Stores the exponential distribution used by the gamma random-number generator.
Protected fieldgenerator Stores a Generator object that can be used as the underlying random number generator.
(Inherited from Distribution)
Protected fieldnormalDistribution Stores the normal distribution used by the gamma random-number generator.
Protected fieldq0 Stores the distribution parameters and helper values used during random number generation.
Protected fieldr Stores the distribution parameters and helper values used during random number generation.
Protected fields Stores the distribution parameters and helper values used during random number generation.
Protected fields2 Stores the distribution parameters and helper values used during random number generation.
Protected fieldscale Stores the distribution parameters and helper values used during random number generation.
Protected fieldsi Stores the distribution parameters and helper values used during random number generation.
Protected fieldtheta Stores the distribution parameters and helper values used during random number generation.
Top
See Also