Solution: Sum of Independent Poissons via MGFs
Exercise: Sum of Independent Poissons via MGFs
Part 1
Valid for all because the series converges for all .
Part 2
By independence:
Part 3
This is the MGF of a Poisson distribution with parameter . By the MGF uniqueness theorem, . This is the superposition property of independent Poissons.
Part 4
Total order count per minute: .
- Mean: orders/minute.
- Variance: orders²/minute² (recall Poisson variance equals the rate).
- Standard deviation: orders/minute.
Interpretation. In a minute you expect about 35 orders with a standard deviation of about 6. If you observe a burst of 50+ orders in a single minute, that's about 2.5 standard deviations above the mean — unusual but not shocking. If you see 70+, the Poisson assumption is probably wrong (suggesting self-exciting dynamics / Hawkes processes instead). This kind of quick back-of-envelope is exactly what the Poisson-superposition property enables.
Takeaways
- Independent Poissons sum to Poisson. A structural property, not just a coincidence. It's a cornerstone of arrival-process modelling.
- The MGF of Poisson is a "double-exponential": . Memorise the shape; it appears in every Poisson-process calculation.
- Superposition extends to streams. If independent, then . Same MGF argument. This is why aggregating arrival streams from different trading venues still yields a Poisson process under the independence assumption.
- Poisson mean = variance. A hallmark — departures from this identity (overdispersion or underdispersion) signal non-Poisson dynamics.