GeneralizedBetaDistribution Properties |
The GeneralizedBetaDistribution type exposes the following members.
Name | Description | |
---|---|---|
Alpha |
Gets the shape parameter α (alpha)
| |
Beta |
Gets the shape parameter β (beta).
| |
Entropy |
Gets the entropy for this distribution.
(Overrides UnivariateContinuousDistributionEntropy.) | |
Max |
Gets the maximum value B.
| |
Mean |
Gets the mean for this distribution,
defined as (a + 4 * m + 6 * b).
(Overrides UnivariateContinuousDistributionMean.) | |
Median |
Gets the median for this distribution.
(Inherited from UnivariateContinuousDistribution.) | |
Min |
Gets the minimum value A.
| |
Mode |
Gets the mode for this distribution.
(Overrides UnivariateContinuousDistributionMode.) | |
Quartiles |
Gets the Quartiles for this distribution.
(Inherited from UnivariateContinuousDistribution.) | |
StandardDeviation |
Gets the Standard Deviation (the square root of
the variance) for the current distribution.
(Inherited from UnivariateContinuousDistribution.) | |
Support | (Overrides UnivariateContinuousDistributionSupport.) | |
Variance |
Gets the variance for this distribution,
defined as ((b - a) / (k+2))²
(Overrides UnivariateContinuousDistributionVariance.) |