Definition
A Compound Poisson Process is defined as:
where:
- is a Poisson process with rate
- are i.i.d. random variables, independent of
Interpretation
Events arrive according to a Poisson process, and each event carries a random “payload” . The compound process tracks the cumulative total. Example: insurance claims arrive as Poisson, each with a random claim amount ; is the total payout by time .
Moments
Derived via conditional expectation: .
Example
Scenario: Customers arrive at a store according to a Poisson process with rate per hour. Each customer spends a random amount with E[Y] = \20E[Y^2] = 600$.
What tracks: Total revenue by time (not customer count).
| Process | Formula | Tracks |
|---|---|---|
| Poisson count | Number of customers | |
| Total revenue |
Expected revenue in 2 hours:
Variance:
Relation to Poisson: When every customer spends exactly (i.e., ), the compound process reduces to the regular Poisson process: .