Click or drag to resize

HypergeometricDistribution Properties

The HypergeometricDistribution type exposes the following members.

Properties
  NameDescription
Public propertyDraws
Gets the number of draws parameter of the distribution.
Public propertyExcessKurtosis
Gets the excess kurtosis of the distribution.
(Inherited from UnivariateDistribution.)
Public propertyFailurePopulation
Gets the failure population parameter of the distribution.
Public propertyMean
Gets the mean of the distribution.
(Overrides DiscreteDistributionMean.)
Public propertyPopulation
Gets the total population parameter of the distribution.
Public propertySkewness
Gets the skewness of the distribution.
(Overrides UnivariateDistributionSkewness.)
Public propertyStandardDeviation
Gets the standard deviation of the distribution.
(Inherited from UnivariateDistribution.)
Public propertySuccessPopulation
Gets the success population parameter of the distribution.
Public propertySupport
Gets the interval over which the distribution is non-vanishing.
(Overrides DiscreteDistributionSupport.)
Public propertyVariance
Gets the variance of the distribution.
(Overrides UnivariateDistributionVariance.)
Top
See Also