Poisson distribution, the meaning of the parameter lambda

1.5k Views Asked by At

What is the best intuition behind the unique parameter $\lambda$ in the Poisson distribution?

2

There are 2 best solutions below

6
On BEST ANSWER

Poisson RV is commonly used for modelling number of occurrences of an event within a particular time interval. And, since $E[X]=\lambda$, its unique parameter is referred as mean number of event occurrences within our particular time interval.

0
On

Since the Poisson distribution is defined as

$$\pi_{\lambda}(k)~=~\frac{\lambda^k}{k!}e^{-\lambda}$$

It is not hard to show that $E[X]=\lambda$ and $D^2[X]=\lambda$. Therefore you can directly interpret $\lambda$ as the expectation or as well as the variance of the poisson distributed variable.