Click or drag to resize
Accord.NET (logo)

HypergeometricDistribution Properties

The HypergeometricDistribution type exposes the following members.

Properties
  NameDescription
Public propertyEntropy
Gets the entropy for this distribution.
(Overrides UnivariateDiscreteDistributionEntropy.)
Public propertyMean
Gets the mean for this distribution.
(Overrides UnivariateDiscreteDistributionMean.)
Public propertyMedian
Gets the median for this distribution.
(Inherited from UnivariateDiscreteDistribution.)
Public propertyMode
Gets the mode for this distribution.
(Overrides UnivariateDiscreteDistributionMode.)
Public propertyPopulationSize
Gets the size N of the population for this distribution.
Public propertyPopulationSuccess
Gets the count of success trials in the population for this distribution. This is often referred as m.
Public propertyQuartiles
Gets the Quartiles for this distribution.
(Inherited from UnivariateDiscreteDistribution.)
Public propertySampleSize
Gets the size n of the sample drawn from N.
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 propertyVariance
Gets the variance for this distribution.
(Overrides UnivariateDiscreteDistributionVariance.)
Top
See Also