Click or drag to resize

Burr Properties

The Burr type exposes the following members.

Properties
 NameDescription
Public propertyA Gets the scale (a) of the distribution. Range: a > 0.
Public propertyC Gets the first shape parameter (c) of the distribution. Range: c > 0.
Public propertyEntropy Gets the entropy of the Burr distribution (currently not supported).
Public propertyK Gets the second shape parameter (k) of the distribution. Range: k > 0.
Public propertyMaximum Gets the maximum of the Burr distribution.
Public propertyMean Gets the mean of the Burr distribution.
Public propertyMedian Gets the median of the Burr distribution.
Public propertyMinimum Gets the minimum of the Burr distribution.
Public propertyMode Gets the mode of the Burr distribution.
Public propertyRandomSource Gets the random number generator which is used to draw random samples.
Public propertySkewness Gets the skewness of the Burr distribution.
Public propertyStdDev Gets the standard deviation of the Burr distribution.
Public propertyVariance Gets the variance of the Burr distribution.
Top
See Also