Click or drag to resize
Accord.NET (logo)

SymmetricGeometricDistribution Properties

The SymmetricGeometricDistribution type exposes the following members.

Properties
  NameDescription
Public propertyEntropy
Not supported.
(Overrides UnivariateDiscreteDistributionEntropy.)
Public propertyMean
Gets the mean for this distribution, which in the case of the Symmetric Geometric is zero.
(Overrides UnivariateDiscreteDistributionMean.)
Public propertyMedian
Gets the median for this distribution.
(Inherited from UnivariateDiscreteDistribution.)
Public propertyMode
Gets the mode for this distribution.
(Inherited from UnivariateDiscreteDistribution.)
Public propertyProbabilityOfSuccess
Gets the success probability for the distribution.
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, which in the case of the Symmetric Geometric is [-inf, +inf].
(Overrides UnivariateDiscreteDistributionSupport.)
Public propertyVariance
Gets the variance for this distribution.
(Overrides UnivariateDiscreteDistributionVariance.)
Top
See Also