by using Theorem 1 ofΒ Central Limit Theorem (CLT),
/binomial-distribution---approximating-with-normal-distribution/normal-approximation-binomial-distribution.png)
computation
Normal Distribution parameters:
- π = π[Binomial(π)] = ππ
- π = ππ‘π(Binomial(π)) = β[ππ(1-π)]
where:
- 0.05Β β€Β π β€Β 0.95
- π is large
Info
In practice, the approximation is adequate provided that both ππ β₯ 10 and π(1 β π) β₯ 10
Example
A new computer virus attacks a folder consisting of 200 files. Each file gets damaged with a probability of 0.2 independently of other files. What is the probability that fewer than 50 files get damaged
The number πΒ of damaged files has a Binomial distribution with:
- π = 200
- π = 0.2
- π = ππΒ = 40
- π = β[ππ(1 β π)] = 5.657
Applying the Central Limit Theorem with the continuity correction
/binomial-distribution---approximating-with-normal-distribution/binomial-normal-approximation-central-limit-theorem.png)
Notice that the properly applied continuity correction replaces 50 with 49.5, not 50.5. Indeed, we are interested in the event that πΒ is strictly less than 50. This includes all values up to 49 and corresponds to the interval [0, 49] that we expand to [0, 49.5]. In other words, events {πΒ < 50} and {πΒ < 49.5} are the same; they include the same possible values of π. Events {πΒ < 50} and {πΒ < 50.5} are different because the former includes πΒ = 50, and the latter does not. Replacing {πΒ < 50} with {πΒ < 50.5} would have changed its probability and would have given a wrong answer