Simple Question on interpretation of Poisson dist. as approximation to Binomial dist.

144 Views Asked by At

I have a question regarding to the notion of using Poisson dist as an approximation to Binomial dist.
I can easily prove $\lim_{n\rightarrow\infty} P(X=k) = P(Y=k)$, where $X \sim$ Binomial(n, p) and $Y\sim$ Poisson($\lambda$).
However, I just couldn't quite get the idea of $\lambda = np$ when $n$ is sufficiently large and $p$ is sufficiently small.
Isn't $\lambda$ is the average number of "successes" over an interval?
How is $np$ the average number of "successes" over an interval?
(Note: $n$ represents the number of identical and independent trials; $p$ is the probability of "success" in one trial.)

Many thanks,
Sebastian

1

There are 1 best solutions below

0
On BEST ANSWER

Here is the setup. In a certain interval, say of time, we perform an experiment independently $n$ times, with probability of success each time equal to $\frac{\lambda}{n}$.

Then the number of successes $X_n$ in that time interval has binomial distribution, with parameters $p_n=\frac{\lambda}{n}$ and $n$. Hence $X_n$ has mean $n\cdot\frac{\lambda}{n}$, that is, $\lambda$.

Your limit calculation presumably showed that $\lim_{n\to\infty}\Pr(X_n=k)=e^{-\lambda}\frac{\lambda^k}{k!}$.