Quant GT
Browse all lessons
Section 13 · Lesson 13.2

Poisson Processes

Counting random arrivals over continuous time.

A Poisson process with rate λ\lambda is a counting process N(t)N(t) where:

N(0)=0N(0) = 0.Increments are independent: counts in disjoint intervals are independent.N(t+s)N(t)Poisson(λs)N(t + s) - N(t) \sim \mathrm{Poisson}(\lambda s).

The first two conditions imply the third under mild regularity. The inter-arrival times are i.i.d. Exponential(λ)(\lambda).

Poisson processes model independent random arrivals: trades, defaults in a credit portfolio, customer arrivals at a queue, photons hitting a detector. Two key properties:

Superposition: independent Poisson processes with rates λ1\lambda_1 and λ2\lambda_2 combine into a Poisson process with rate λ1+λ2\lambda_1 + \lambda_2.Thinning: keeping each event with probability pp gives a new Poisson process with rate λp\lambda p.

In finance, Poisson processes model jumps in jump-diffusion option pricing models, default arrivals in reduced-form credit models, and microstructure trade arrivals.