Click or drag to resize

Weibull Properties

The Weibull type exposes the following members.

Properties
 NameDescription
Public propertyEntropy Gets the entropy of the Weibull distribution.
Public propertyMaximum Gets the maximum of the Weibull distribution.
Public propertyMean Gets the mean of the Weibull distribution.
Public propertyMedian Gets the median of the Weibull distribution.
Public propertyMinimum Gets the minimum of the Weibull distribution.
Public propertyMode Gets the mode of the Weibull distribution.
Public propertyRandomSource Gets or sets the random number generator which is used to draw random samples.
Public propertyScale Gets the scale (λ) of the Weibull distribution. Range: λ > 0.
Public propertyShape Gets the shape (k) of the Weibull distribution. Range: k > 0.
Public propertySkewness Gets the skewness of the Weibull distribution.
Public propertyStdDev Gets the standard deviation of the Weibull distribution.
Public propertyVariance Gets the variance of the Weibull distribution.
Top
See Also