A health insurer logs claims as they arrive through the day. The arrival times look random, but the count over any hour is remarkably predictable. The Poisson process formalizes this and underpins almost every frequency model on MAS-I.
The three axioms. A counting process is a homogeneous Poisson process with rate if:
- .
- Independent increments: counts in disjoint intervals are independent.
- Stationary increments: the distribution of depends only on the length , and equals .
KEY: Independent plus stationary plus Poisson-distributed increments is the working definition. Some textbooks state two extra "small interval" conditions (one event with probability , two or more with ); they are equivalent.
The probability of exactly claims in an interval of length is given below.
Mean and variance both equal . That equality is the first thing diagnostic plots check.
Inter-arrival and waiting times. Let be the gap between the -th and -th claim. The are iid , each with mean and variance .
Common mistakes
- Using instead of in the compound Poisson variance. The correct formula is . Plugging in variance alone understates the answer.
- Forgetting that thinned streams are independent. Candidates often assume large-claim and small-claim counts must be negatively correlated because they share a parent process. Under independent classification, they are exactly independent Poisson processes.
- Treating an NHPP rate as if stationary. The count over depends on , not on evaluated at the midpoint or endpoint. Always integrate.
Bottom line
- Homogeneous Poisson process with rate : with independent stationary increments, , and mean and variance both equal to .
- Inter-arrival times are iid with mean ; the memoryless property means past waiting carries no information about future waiting.
- Waiting time to the -th claim is with mean .
- Superposition: the sum of independent Poisson processes with rates is Poisson with rate ; independence is required.
Exam shortcut
If a problem gives exponential gaps, immediately convert to a Poisson count over the relevant interval; the two views unlock different formulas for the same probability. When asked about a sub-population (large losses, bodily-injury, female drivers), apply thinning first to get a clean Poisson sub-process, then answer inside that sub-process. For aggregate-loss questions, memorize and ; reaching for the variance of is the single most common arithmetic trap.
The full lesson (about 1,888 words, 13 min read) adds 2 worked examples, all 6 common mistakes, a self-check, free in the app.
Learning objectives
- A1
Browse all free MAS-I lessons or jump into free MAS-I practice questions.