Poisson Distribution

Compact study note.

Summary

The Poisson distribution models counts of events in a fixed interval when events occur independently at one constant average rate.[1]

Prerequisites

Definition

XPoisson(λ) with rate parameter λ equal to the expected count in the interval.

Notation and Assumptions

The interval is fixed, the average rate is constant, and events do not cluster beyond the model's independence assumptions.

Parameters

λ>0 .

Support

{0,1,2,} .

PMF or PDF

P(X=k)=eλλk/k! for k=0,1,2, .

CDF

FX(k)=j=0keλλj/j! .

Moments

Moments and MGF:

E[X]=λ,Var(X)=λ. MX(t)=exp(λ(exp(t)1)).

Essential Result

Poisson counts connect to exponential waiting times in a Poisson process.

Small Example

If defects average 4 per hour, P(X=3)=e443/3!0.1954 .

Common Mistakes

Connections

References


  1. OpenStax, Introductory Statistics 2e, "Chapter 4: Discrete Random Variables", https://openstax.org/books/introductory-statistics-2e/pages/4-introduction ↩︎