The Compound Poisson Distribution
A model for total loss or total volume when the number of events is random (Poisson) and each event also brings a random size, used anywhere shocks arrive unpredictably and vary in magnitude.
Prerequisites: The Poisson Process
A trading desk gets hit by margin calls at random times through the year (a Poisson process), and each margin call demands a random amount of cash. You want the total cash demanded over the year. That total isn't just "number of calls times average size," because both the count and each individual size are random and add their uncertainty together. The compound Poisson distribution is exactly the model for this: a random number of events, Poisson-distributed, each contributing an independent random amount, summed up.
Formally, if is Poisson with rate over a period, and are i.i.d. sizes independent of , the total is . Its mean and variance follow simple combination rules: , and , note the variance depends on the second moment of the sizes, not just their spread, so a few large, rare sizes can dominate the total's variability even if most events are small.
Suppose margin calls arrive at per year, and each call averages $50,000 with (reflecting occasional very large calls). Expected total cash demanded: per year. Variance of the total: , giving a standard deviation of roughly $208,000, a spread that's large relative to the mean precisely because size variability, not just count variability, feeds into it.
The compound Poisson distribution models a total (loss, volume, cash flow) built from a Poisson-random number of events each contributing an independent random size; its variance is driven by the second moment of the individual sizes, so a few outsized events can dominate the total's uncertainty even when the event count itself is well-behaved.
Discussion
💡 Discussion rules
- Ask and answer about this concept. Off-topic gets removed.
- No homework dumps. Show what you tried first.
- Corrections are welcome. Cite a source when you claim an error.
Loading discussion…
Related concepts
Practice in interviews
Further reading
- Mikosch, Non-Life Insurance Mathematics, ch. 3