From binominal distribution if
- $n\to\infty$,
- $p\to 0$ and
- $n\cdot p=\lambda$ where λ constant
then binominal approaches poisson distribution. How can I define in typical form the above three conditions?
From binominal distribution if
then binominal approaches poisson distribution. How can I define in typical form the above three conditions?
Formally, you would say you have sequences $n_i\in\Bbb N$ and $p_i\in \Bbb R^+$ with
$$\lim_{i\to\infty} n_i=\infty,\qquad \lim_{i\to\infty} p_i=0, \qquad \lim_{i\to\infty} n_i p_i=\lambda$$
for some $\lambda \in\Bbb R$. To ensure that the third condition is always fulfilled you can exemplary choose
$$p_i:=\frac\lambda{n_i}.$$
In this case we always have $n_ip_i=\lambda$, and so this is also true in the limit.