I have a random variable X with Poisson distribution with mean 38.
I have to find the value that give the approximate value of the probability that is obtained using the central limit theorem with a continuity correction for: $$ P(35 \leq X < 39) $$
How I would like to solve it:
$$ = P(35 \leq X \leq 38) $$
$$ = P(39.5) - P(34.5) $$
$$ = \Phi(0.5157436) - \Phi(0.4633072) $$
From that calculation I get 0.0524364. Is that right?
UPDATE:
Hi @Stefan, as you proposed. I do standarized them as the following: $$ P(X \le 35) = (35.5 - 38)/\sqrt(38) $$ $$ P(X \le 38) = (38.5 - 38)/\sqrt(38) $$ $$ \Phi(P(X\le38)-P(X\le35)) $$
is that right?