Poisson Distribution

Properties

useful model when events can be thought of as occurring randomly and independently over time/area/volume

Assumptions

Independence

P[x(t1,t2)=x1,x(t2,t3=x2)]=P(x(t1,t2)=x1)P(x(t2,t3)=x2)

Individuality

Uniformity

Probability of a single success occurring in a very short time interval/region is given by λΔt

Probability Distribution Function

A random variable X has a Poisson distribution XPoisson(λ) if and only if it has the probability mass function

P(X=x)=f(x;\lambda)=\frac{\lambda { #xe} ^{-\lambda}}{x!}, x = 0,1,2\dots,\quad \quad\lambda>0
  1. f(x;λ)>0
  2. xf(x;λ)=1
E(X)=Var(X)=μ=σ2=λ

Moment Generating Function

MX(t)=eλ(et1)=eetλeλ

Relationship with Binomial

The poisson distribution is derived from the Binomial Distribution

If we consider intervals of time as being the independent events from the binomial, we can use its pdf and calculate a new function for when there are infinite intervals, or an infinitesimal small interval

The probability of one or no occurrences happening in the interval fsd

XBin(n,p),n,p0,np=λ,p=λn

limnf(x;n,p)=(nx)px(1p)nx=(nx)(λn)x(1λn)nx=n(n1)(n2)(nx+1)(nx)!x!(nx)!λxnx(1λn)n(1λn)x=n(n1)(n2)(nx+1)x!λxnx(1λn)n(1λn)x=λxx!(1λn)n(1λn)xn(n1)(nx+1)nx=λxx!limn(1λn)n11(11n)(12n)(1x1n) (x terms on num and denom)=λxx!eλ1=λxeλx!=P(x,λ)

Examples