Continuity Correction is needed when we approximate a discrete distribution by a continuous distribution (e.g. approximating Binomial with Normal). When a continuous distribution is approximated by another continuous distribution (e.g approximating Gamma with Normal), the continuity correction is not needed. In fact, it would be an error to use it in this case because it would no longer preserve the probability

Recall that the probability P{X=x} may be positive if X is discrete, whereas it is always 0 for continuous X. Thus, direct use of

Indent

will always approximate this probability by 0. It is obviously a poor approximation.

This is resolved by introducing a continuity correction. Expand the interval by 0.5 units in each direction, then use the Normal approximation. Notice that

Indent

is true for a Binomial variable X; therefore, the continuity correction does not change the event and preserves its probability. It makes a difference for the Normal distribution, so every time when we approximate some discrete distribution with some continuous distribution, we should be using a continuity correction. Now it is the probability of an interval instead of one number, and it is not zero

Example

A new computer virus attacks a folder consisting of 200 files. Each file gets damaged with a probability 0.2 independently of other files.

What is the probability that fewer than 50 files get damaged?

What is the probability that exactly 50 files get damaged?