Click or drag to resize

Gamma Properties

The Gamma type exposes the following members.

Properties
 NameDescription
Public propertyEntropy Gets the entropy of the Gamma distribution.
Public propertyMaximum Gets the maximum of the Gamma distribution.
Public propertyMean Gets the mean of the Gamma distribution.
Public propertyMedian Gets the median of the Gamma distribution.
Public propertyMinimum Gets the minimum of the Gamma distribution.
Public propertyMode Gets the mode of the Gamma distribution.
Public propertyRandomSource Gets or sets the random number generator which is used to draw random samples.
Public propertyRate Gets or sets the rate or inverse scale (β) of the Gamma distribution. Range: β ≥ 0.
Public propertyScale Gets or sets the scale (θ) of the Gamma distribution.
Public propertyShape Gets or sets the shape (k, α) of the Gamma distribution. Range: α ≥ 0.
Public propertySkewness Gets the skewness of the Gamma distribution.
Public propertyStdDev Gets the standard deviation of the Gamma distribution.
Public propertyVariance Gets the variance of the Gamma distribution.
Top
See Also