Poisson Distribution
Motivation: why this matters in quant finance
The Poisson distribution counts rare events over a fixed exposure: defaults in a year, trades in a minute, claims in a month, or jumps in an asset price over a day. It is the count side of the same modelling world in which the exponential distribution describes waiting times.
Its key origin is the rare-event limit. Start with many independent Bernoulli opportunities, each with tiny probability, and keep the expected count stable. The binomial count becomes approximately Poisson. Mosteller's counterfeiter and mold-colony problems teach exactly this modelling move.
Definition
The parameter is the expected count in the window.
Key Properties
For ,
This equality is useful and restrictive. If observed counts have variance far larger than the mean, the pure Poisson model is probably missing clustering or random intensity.
If and , then
If independent , then
The MGF and probability generating function are
In Quant Finance
In credit portfolios, independent low-probability defaults can be approximated by Poisson counts. In market microstructure, trade or quote arrivals are sometimes modelled as Poisson at a first pass.
ISL's Poisson regression framing is important for applied quants: when count intensity depends on predictors, the distribution supplies the likelihood and the regression model supplies the intensity.
Worked Example: Default Count Tail
If , then
That is a capital-relevant tail probability, but it assumes independent, constant-intensity defaults. Common macro factors can make the true tail much larger.
Common Confusions and Pitfalls
Where This Goes Next
- Exponential Distribution: waiting times between Poisson arrivals are exponential.
- Bernoulli and Binomial Distributions: the Poisson is the rare-event limit of binomial counts.
- Moment-Generating Functions: transforms prove additivity and compound-loss formulas.
References
- Bertsekas and Tsitsiklis, Introduction to Probability, 2nd ed., Ch. 2 Sec. 2.2, Sec. 2.4, Sec. 2.7 and Ch. 4 Sec. 4.4.
- Mosteller, Fifty Challenging Problems in Probability, Problems 27-30, for Poisson-limit reasoning and count examples.
- James, Witten, Hastie, and Tibshirani, An Introduction to Statistical Learning, 2nd ed., Ch. 4 Sec. 4.6-4.7, for Poisson regression.