Click or drag to resize

DiscreteDistribution Properties

The DiscreteDistribution type exposes the following members.

Properties
  NameDescription
Public propertyExcessKurtosis
Gets the excess kurtosis of the distribution.
(Inherited from UnivariateDistribution.)
Public propertyMean
Gets the mean of the distribution.
(Overrides UnivariateDistributionMean.)
Public propertySkewness
Gets the skewness of the distribution.
(Inherited from UnivariateDistribution.)
Public propertyStandardDeviation
Gets the standard deviation of the distribution.
(Inherited from UnivariateDistribution.)
Public propertySupport
Gets the interval over which the distribution is non-vanishing.
Public propertyVariance
Gets the variance of the distribution.
(Inherited from UnivariateDistribution.)
Top
See Also