You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
In Further Statistics, you must know when and how to approximate one distribution using another. These approximations simplify calculations and are essential when exact computation is impractical. This lesson covers the three key approximations: Poisson approximation to the binomial, normal approximation to the binomial, and normal approximation to the Poisson.
If X∼B(n,p) with:
then X can be approximated by Po(λ) where λ=np.
| Binomial | Poisson approximation |
|---|---|
| B(n,p) | Po(np) |
| E(X)=np | E(X)=λ=np |
| Var(X)=np(1−p) | Var(X)=λ=np |
The approximation improves as n→∞ and p→0 with np held constant.
Why the variance approximation works: When p is small, 1−p≈1, so np(1−p)≈np=λ.
A manufacturer produces components with a defect rate of 2%. In a batch of 200, find the probability that exactly 3 are defective.
Exact: X∼B(200,0.02), P(X=3)=(3200)(0.02)3(0.98)197 — difficult to compute.
Approximation: λ=200×0.02=4, so X≈Po(4).
P(X=3)≈3!e−4×43=60.01832×64=0.1954
Exam Tip: In the exam, always state: "Since n is large and p is small, the Poisson approximation Po(np) is appropriate." Then state the value of λ=np.
If X∼B(n,p) with:
then X can be approximated by N(np,np(1−p)).
| Binomial | Normal approximation |
|---|---|
| B(n,p) | N(np,np(1−p)) |
Since the binomial is discrete and the normal is continuous, a continuity correction of ±0.5 is applied:
| Binomial probability | Normal approximation |
|---|---|
| P(X=k) | P(k−0.5<Y<k+0.5) |
| P(X≤k) | P(Y<k+0.5) |
| P(X≥k) | P(Y>k−0.5) |
| P(X<k) | P(Y<k−0.5) |
| P(X>k) | P(Y>k+0.5) |
A coin is tossed 100 times. Find the probability of getting more than 55 heads.
X∼B(100,0.5). Here np=50, n(1−p)=50, both > 5.
Approximate: Y∼N(50,25), so σ=5.
P(X>55)≈P(Y>55.5)=P(Z>555.5−50)=P(Z>1.1)
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.