Click or drag to resize
Accord.NET (logo)

UnivariateDiscreteDistribution Properties

The UnivariateDiscreteDistribution type exposes the following members.

Properties
  NameDescription
Public propertyEntropy
Gets the entropy for this distribution.
Public propertyMean
Gets the mean for this distribution.
Public propertyMedian
Gets the median for this distribution.
Public propertyMode
Gets the mode for this distribution.
Public propertyQuartiles
Gets the Quartiles for this distribution.
Public propertyStandardDeviation
Gets the Standard Deviation (the square root of the variance) for the current distribution.
Public propertySupport
Gets the support interval for this distribution.
Public propertyVariance
Gets the variance for this distribution.
Top
See Also