Poisson distribution
A Poisson distribution counts independent events with an average of λ events occurring per time T.
To derive the PDF, imagine breaking up the time period into N pieces (where N is large).

The probability of an event occurring in one of these time ranges is λT/N, where N is large enough that this probability is ≪1.
The probability of no event occurring is
p(0)=N→∞lim(1−NλT)N=e−λT.The probability of one event occurring is
p(1)=N→∞limN(1−NλT)N−1NλT=e−λTλT.Since there are N ways to choose which period the event will occur in, and there are N−1 events that don’t occur.
It follows that the probability of n events occurring is
p(n)=N→∞lim(nN)(1−NλT)N−n(NλT)n=n!(λT)ne−λT.The mean of a Poisson distribution is μ=λT. An interesting property is that the variance equals the mean: Var=μ=λT.
For large z=λT, the Poisson distribution approaches a normal distribution with mean and variance z
pz(n)lnpz(n)∂n∂lnpz(n)∂n2∂2lnpz(n)lnpz(n)pz(n)=n!zne−z=nlnz−apply Stirling approx.lnn!−z=nlnz−nlnn+n−z−ln2πn=lnz−lnn−2n1≈−n1≈−21ln2πz+2(n−z)2(z−1)≈2πz1exp(2z(n−z)2).
|