Click or drag to resize

TriangularDistribution Properties

The TriangularDistribution 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 of the distribution.
Public propertyMean Gets the mean of the distribution.
Public propertyMode Gets the mode of the distribution.
Public propertySkewness Gets the skewness, a measure of the degree of asymmetry of this distribution.
Public propertyUpperLimit Gets the upper limit of the distribution.
Public propertyVariance Gets the variance of the distribution.
Remarks
The variance of the distribution is the standard deviation squared.
Top
See Also