Hypergeometric and binomial describe the same type of problem — counting the successes — but they differ on one point: whether or not there is replacement. The comparison clarifies when one approximates the other.

Property — Hypergeometric vs. binomial comparison

  • Binomial B(n,p)B(n,p): draws with replacement. The trials are independent, p=K/Np = K/N is fixed.
  • Hypergeometric Hyp(N,K,n)\text{Hyp}(N,K,n): draws without replacement. The probability of success changes at each draw (it depends on how many balls remain).

The hypergeometric variance differs from the binomial one by the factor NnN1\dfrac{N-n}{N-1}, called the finite population correction factor: it equals 11 when NN\to\infty (very large population \Rightarrow replacement and no replacement become indistinguishable).

Property — Binomial approximation

If NN\to\infty with K/NpK/N\to p fixed, the hypergeometric Hyp(N,K,n)\text{Hyp}(N,K,n) converges to the binomial B(n,p)B(n,p): (Kk)(NKnk)(Nn) N, K/Np (nk)pk(1p)nk.\frac{\binom{K}{k}\binom{N-K}{n-k}}{\binom{N}{n}}\ \xrightarrow{\,N\to\infty,\ K/N\to p\,}\ \binom{n}{k}p^k(1-p)^{n-k}. Rule of thumb: if n/N<0,1n/N < 0{,}1 (sample less than 10%10\% of the population), the binomial approximation is very good.

Topics: Probability distributions
Concepts: Binomial distribution · Hypergeometric distribution · Variance
Skills: Limit-case analysis · Probability calculation