Definition: X∼Po(λ)
- Discrete random variable
- With assumptions:
- Events occur singly, randomly and independently
- at consistent rate in a given interval of space/time
- No fixed range of value, extreme values can be happened, but the chance is insignificant
- λ is both mean and variance
- Example: number of misprints on a page
Probability mass function
- P(X=i)=e−λi!λi for i=0,1,2,...,∞
- i=0∑∞p(i)=e−λi=0∑∞i!λi=e−λ.eλ=1
Expected value E[X]=λ
Variance Var(X)=λ
- Can be used to approximate binomial distribution when:
- n is large
- p is small enough so that λ=np is of moderate size
Computing the poisson distribution function:
Sum of independent Poisson distribution:
- X∼Po(λ1) and Y∼Po(λ2), then X+Y∼Po(λ1+λ2)