Click or drag to resize

UniformDistribution Properties

The UniformDistribution type exposes the following members.

Properties
 NameDescription
Public propertyKurtosis Gets the kurtosis, a measure of the degree of peakednesss of the distribution.
Public propertyLowerLimit Gets the lower limit for the distribution.
Public propertyMean Gets the mean of the distribution.
Public propertySkewness Gets the skewness, a measure of the degree of asymmetry of this distribution.
Public propertyUpperLimit Gets the upper limit for the distribution.
Public propertyVariance Gets the variance of the distribution.
Remarks
The variance of the distribution is the standard deviation squared.
Top
See Also