Click or drag to resize

BetaScaled Properties

The BetaScaled type exposes the following members.

Properties
 NameDescription
Public propertyA Gets the α shape parameter of the BetaScaled distribution. Range: α > 0.
Public propertyB Gets the β shape parameter of the BetaScaled distribution. Range: β > 0.
Public propertyEntropy Gets the entropy of the BetaScaled distribution.
Public propertyLocation Gets the location (μ) of the BetaScaled distribution.
Public propertyMaximum Gets the maximum of the BetaScaled distribution.
Public propertyMean Gets the mean of the BetaScaled distribution.
Public propertyMedian Gets the median of the BetaScaled distribution.
Public propertyMinimum Gets the minimum of the BetaScaled distribution.
Public propertyMode Gets the mode of the BetaScaled 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 propertyScale Gets the scale (σ) of the BetaScaled distribution. Range: σ > 0.
Public propertySkewness Gets the skewness of the BetaScaled distribution.
Public propertyStdDev Gets the standard deviation of the BetaScaled distribution.
Public propertyVariance Gets the variance of the BetaScaled distribution.
Top
See Also