Click or drag to resize

UniformDiscrete Properties

The UniformDiscrete type exposes the following members.

Properties
  NameDescription
Public propertyEntropy
Entropy of the distribution. http://en.wikipedia.org/wiki/Information_entropy
(Overrides DUDistribution.Entropy.)
Public propertyKurtosis
Excess Kurtosis of distribution. http://en.wikipedia.org/wiki/Excess_kurtosis
(Overrides DUDistribution.Kurtosis.)
Public propertyLeftBound
Left bound of distribution interval.
Public propertyMean
Mean of the distribution. http://en.wikipedia.org/wiki/Expected_value
(Overrides DUDistribution.Mean.)
Public propertyMedian
Median of distribution. http://en.wikipedia.org/wiki/Median
(Overrides DUDistribution.Median.)
Public propertyMode
Mode of distribution. http://en.wikipedia.org/wiki/Mode_(statistics)
(Inherited from DUDistribution.)
Public propertyRightBound
Right bound of distribution interval.
Public propertySkewness
Skewness of distribution. http://en.wikipedia.org/wiki/Skewness
(Overrides DUDistribution.Skewness.)
Public propertyStandardDeviation
Standard deviation of the distribution. http://en.wikipedia.org/wiki/Standard_Deviation
(Inherited from DUDistribution.)
Public propertyVariance
Variance of the distribution. http://en.wikipedia.org/wiki/Variance
(Overrides DUDistribution.Variance.)
Top
See Also