Click or drag to resize
Accord.NET (logo)

GeneralizedBetaDistribution Properties

The GeneralizedBetaDistribution type exposes the following members.

Properties
  NameDescription
Public propertyAlpha
Gets the shape parameter α (alpha)
Public propertyBeta
Gets the shape parameter β (beta).
Public propertyEntropy
Gets the entropy for this distribution.
(Overrides UnivariateContinuousDistributionEntropy.)
Public propertyMax
Gets the maximum value B.
Public propertyMean
Gets the mean for this distribution, defined as (a + 4 * m + 6 * b).
(Overrides UnivariateContinuousDistributionMean.)
Public propertyMedian
Gets the median for this distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertyMin
Gets the minimum value A.
Public propertyMode
Gets the mode for this distribution.
(Overrides UnivariateContinuousDistributionMode.)
Public propertyQuartiles
Gets the Quartiles for this distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertyStandardDeviation
Gets the Standard Deviation (the square root of the variance) for the current distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertySupport
Gets the distribution support, defined as (Min, Max).
(Overrides UnivariateContinuousDistributionSupport.)
Public propertyVariance
Gets the variance for this distribution, defined as ((b - a) / (k+2))²
(Overrides UnivariateContinuousDistributionVariance.)
Top
See Also