Click or drag to resize
Accord.NET (logo)

DegenerateDistribution Properties

The DegenerateDistribution type exposes the following members.

Properties
  NameDescription
Public propertyEntropy
Gets the entropy for this distribution, which is zero.
(Overrides UnivariateDiscreteDistributionEntropy.)
Public propertyMean
Gets the mean for this distribution.
(Overrides UnivariateDiscreteDistributionMean.)
Public propertyMedian
Gets the median for this distribution, which should equal Value.
(Overrides UnivariateDiscreteDistributionMedian.)
Public propertyMode
Gets the mode for this distribution, which should equal Value.
(Overrides UnivariateDiscreteDistributionMode.)
Public propertyQuartiles
Gets the Quartiles for this distribution.
(Inherited from UnivariateDiscreteDistribution.)
Public propertyStandardDeviation
Gets the Standard Deviation (the square root of the variance) for the current distribution.
(Inherited from UnivariateDiscreteDistribution.)
Public propertySupport
Gets the support interval for this distribution.
(Overrides UnivariateDiscreteDistributionSupport.)
Public propertyValue
Gets the unique value whose probability is different from zero.
Public propertyVariance
Gets the variance for this distribution, which should equal 0.
(Overrides UnivariateDiscreteDistributionVariance.)
Top
See Also