Poisson distribution
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:
- P(X=i)P(X=i+1)β=i+1Ξ»β
Sum of independent Poisson distribution:
- XβΌPo(Ξ»1β) and YβΌPo(Ξ»2β), then X+YβΌPo(Ξ»1β+Ξ»2β)