Click or drag to resize

DiscreteUniform Properties

The DiscreteUniform type exposes the following members.

Properties
 NameDescription
Public propertyEntropy Gets the entropy of the distribution.
Public propertyLowerBound Gets the inclusive lower bound of the probability distribution.
Public propertyMaximum Gets the largest element in the domain of the distributions which can be represented by an integer.
Public propertyMean Gets the mean of the distribution.
Public propertyMedian Gets the median of the distribution.
Public propertyMinimum Gets the smallest element in the domain of the distributions which can be represented by an integer.
Public propertyMode Gets the mode of the distribution; since every element in the domain has the same probability this method returns the middle one.
Public propertyRandomSource Gets or sets the random number generator which is used to draw random samples.
Public propertySkewness Gets the skewness of the distribution.
Public propertyStdDev Gets the standard deviation of the distribution.
Public propertyUpperBound Gets the inclusive upper bound of the probability distribution.
Public propertyVariance Gets the variance of the distribution.
Top
See Also