Click or drag to resize

Beta Properties

The Beta type exposes the following members.

Properties
 NameDescription
Public propertyA Gets the α shape parameter of the Beta distribution. Range: α ≥ 0.
Public propertyB Gets the β shape parameter of the Beta distribution. Range: β ≥ 0.
Public propertyEntropy Gets the entropy of the Beta distribution.
Public propertyMaximum Gets the maximum of the Beta distribution.
Public propertyMean Gets the mean of the Beta distribution.
Public propertyMedian Gets the median of the Beta distribution.
Public propertyMinimum Gets the minimum of the Beta distribution.
Public propertyMode Gets the mode of the Beta distribution; when there are multiple answers, this routine will return 0.5.
Public propertyRandomSource Gets or sets the random number generator which is used to draw random samples.
Public propertySkewness Gets the skewness of the Beta distribution.
Public propertyStdDev Gets the standard deviation of the Beta distribution.
Public propertyVariance Gets the variance of the Beta distribution.
Top
See Also