Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Data Manipulation > Statistics > Statistical Distributions > Discrete Statistical Distributions >
Mathematica > Mathematics and Algorithms > Statistics > Statistical Distributions > Discrete Statistical Distributions >

HypergeometricDistribution

HypergeometricDistribution[n, nsucc, ntot]
represents a hypergeometric distribution.
  • A hypergeometric distribution gives the distribution of the number of successes in n draws from a population of size ntot containing nsucc successes.
Mean and variance of a hypergeometric distribution:
Probability density function:
Generate a set of pseudorandom numbers that are hypergeometrically distributed:
Properties based on higher-order moments:
Second moment of a hypergeometric distribution:
The 0.9 quantile of a hypergeometric distribution:
The probability of 25 successes in 50 draws from 100 elements that include 40 successes:
The probability of fewer than 25 successes:
The probability of more than 25 successes:
Plot the cumulative distribution function of a hypergeometric distribution:
The density functions of hypergeometric random variables are concentrated about their means:
The probability of getting an irrational number or negative number is zero:
The characteristic function of the hypergeometric distribution is defined in terms of Hypergeometric2F1Regularized:
The infinite population limit of HypergeometricDistribution is BinomialDistribution:
HypergeometricDistribution is not defined when ntot, nsucc, or n is non-positive:
HypergeometricDistribution is not defined when n>ntot:
HypergeometricDistribution is not defined when nsucc>ntot:
Substitution of invalid parameters into symbolic outputs gives results that are not meaningful:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team