Click or drag to resize

GammaDistribution Fields

The GammaDistribution type exposes the following members.

Fields
 NameDescription
Protected field_invTheta Cached coefficients used by the gamma distribution implementation.
Protected fieldalgorithmGD Cached flag indicating whether algorithm GD is used.
Protected fieldalpha Cached coefficients used by the gamma distribution implementation.
Protected fieldb Cached coefficients used by the gamma distribution implementation.
Protected fieldc Cached coefficients used by the gamma distribution implementation.
Protected fieldd Cached coefficients used by the gamma distribution implementation.
Protected fieldexponentialDistribution Cached exponential helper distribution used by the gamma distribution implementation.
Protected fieldgeneratorPointer to generator.
(Inherited from ProbabilityDistribution)
Protected fieldnormalDistribution Cached helper distributions used by the gamma distribution implementation.
Protected fieldq0 Cached coefficients used by the gamma distribution implementation.
Protected fieldr Cached coefficients used by the gamma distribution implementation.
Protected fields Cached coefficients used by the gamma distribution implementation.
Protected fields2 Cached coefficients used by the gamma distribution implementation.
Protected fieldscale Cached coefficients used by the gamma distribution implementation.
Protected fieldsi Cached coefficients used by the gamma distribution implementation.
Top
See Also