Poisson Process with many possible rates

The rate occurs probabistically, independent of time

Definition

Let be a Counting Process.

We say that is a Mixed Poisson Process if, conditional on a positive random variable , the process is a Poisson process having rate .

If the PDF of is , then:

Properties

  1. Stationary increments
  2. not have Independent Increments

Property 2 is because knowing how many events occur in an interval gives information about the possible value of , which affects the distribution of the number of events in any other interval.

Example

Scenario: Customers arrive at a store, but the rate varies unpredictably by day. The rate is modeled as random: with probability (slow day), with probability (busy day).

Given , arrivals follow a Poisson process with fixed rate .

Marginal distribution of (number of arrivals in 1 hour):

For :

Why independent increments fail: Observing many arrivals early suggests (busy day), which increases predictions for later intervals. The past informs the future via the shared .

Contrast with regular Poisson: A fixed-rate Poisson process has rate every day. The mixed Poisson captures rate uncertainty.

Common Case: Gamma Mixing

If , then marginally follows a Negative Binomial distribution. This is the Gamma-Poisson mixture — a standard result used in Bayesian inference and overdispersed count data.