Exam PDiscreteFree to read

Hypergeometric distribution

The number of successes in a sample drawn WITHOUT replacement from a finite population.

Parameters and support

population size
number of successes in the population
sample size drawn without replacement
Support

The formulas

p(x)
F(x)

No elementary closed form.

Summed term by term; there is no closed form and none is expected on the exam.

Mean
Variance
MGF

Not examinable for this distribution.

The MGF is a hypergeometric series with no useful closed form. It is not examinable.

Memory hook. Same mean as a binomial with p = K/N. The variance is the binomial variance times the finite-population correction (N − n)/(N − 1), which is always ≤ 1 — sampling without replacement is LESS variable.

Where the moments come from

  1. Choose of the successes and of the failures, out of all equally likely samples.
  2. Write where indicates that population member is both a success and selected.
  3. Each indicator has -style symmetry giving — identical to the binomial.
  4. The indicators are NEGATIVELY correlated (drawing one success leaves fewer), and that covariance produces the factor .
  5. As with the correction tends to 1 and the hypergeometric becomes binomial.

Worked example

A file drawer holds 20 claims, 6 of which are fraudulent. An auditor samples 5 claims without replacement. Find the probability that exactly 2 sampled claims are fraudulent.

  1. Sampling is without replacement from a finite population, so this is hypergeometric, not binomial.
  2. .
  3. , , .
  4. .

Answer: 0.3522

The mean, variance, CDF and moment generating function above are re-derived numerically from this distribution’s own density on every test run — summed over the support for a discrete distribution, integrated by quadrature for a continuous one — and compared with the closed forms printed here. A typo on this page fails the build.

Traps

  • Treating the draws as independent and using the binomial — the giveaway phrase is 'without replacement'.
  • Dropping the (N − n)/(N − 1) correction from the variance.
  • Forgetting that the support is truncated when n > N − K.

Related

Drill this: the Exam P question bank has original questions on this distribution, and the recall trainer builds its prompts from exactly the formulas above.