Hypergeometric Distribution
The Hypergeometric distribution models the number of successes when you sample without replacement from a finite population.
Setup
- Population size:
- Number of successes in population:
- Draws (sample size):
- Random variable: = number of successes in the sample
Then:
PMF
Intuition
You’re counting: “choose successes” and “choose failures”, divided by “choose total”.
Hypergeometric vs Binomial
- Hypergeometric: without replacement → probabilities change after each draw.
- Binomial: with replacement / independent trials → probability stays constant.
If the population is huge relative to the sample (e.g., ), Hypergeometric is often well-approximated by a Binomial with .
Key facts
- Mean:
- Variance:
The factor is the finite population correction (variance is smaller than Binomial because you’re not sampling independently).
When to use
- Cards without replacement
- Auditing / QA sampling from a finite batch
- Any “draw items from without putting them back” scenario
Test Your Knowledge
Example: Hypergeometric (without replacement)
A deck of 52 cards contains 4 Aces. You draw 5 cards from the deck without replacement. What is the probability you draw exactly 2 Aces?
View Step-by-Step Solution
Because we are drawing without replacement from a finite population, this is Hypergeometric.
Formula:
- Total population
- Total successes (Aces)
- Sample size
- Desired successes
There is a 3.99% chance of drawing exactly 2 Aces in a 5-card hand.