Gamma Properties |
The Gamma type exposes the following members.
Name | Description | |
---|---|---|
![]() | Entropy | Gets the entropy of the Gamma distribution. |
![]() | Maximum | Gets the maximum of the Gamma distribution. |
![]() | Mean | Gets the mean of the Gamma distribution. |
![]() | Median | Gets the median of the Gamma distribution. |
![]() | Minimum | Gets the minimum of the Gamma distribution. |
![]() | Mode | Gets the mode of the Gamma distribution. |
![]() | RandomSource | Gets or sets the random number generator which is used to draw random samples. |
![]() | Rate | Gets or sets the rate or inverse scale (β) of the Gamma distribution. Range: β ≥ 0. |
![]() | Scale | Gets or sets the scale (θ) of the Gamma distribution. |
![]() | Shape | Gets or sets the shape (k, α) of the Gamma distribution. Range: α ≥ 0. |
![]() | Skewness | Gets the skewness of the Gamma distribution. |
![]() | StdDev | Gets the standard deviation of the Gamma distribution. |
![]() | Variance | Gets the variance of the Gamma distribution. |