The Poisson Process
The Poisson process is the most fundamental continuous-time stochastic process, modeling the occurrence of random events over time. It is characterized by independent, stationary increments and plays a central role in queueing theory, insurance mathematics, and the theory of point processes.
Definition and basic properties
A stochastic process taking values in is a Poisson process with rate (or intensity) if:
- .
- Independent increments: For any , the increments are independent.
- Stationary increments: For any , the distribution of depends only on , not on .
- Poisson distribution: For all , , i.e.,
Intuitively, counts the number of "arrivals" (or "events") in the time interval . The rate is the expected number of arrivals per unit time: .
The Poisson process can also be defined via:
-
Infinitesimal properties: For small :
- ,
- ,
- .
-
Inter-arrival times: The times between successive events are i.i.d. exponential random variables with rate .
These characterizations are all equivalent and provide different intuitions for the Poisson process.
Inter-arrival times
Let be the times of the successive arrivals in a Poisson process with rate , and let (with ) be the inter-arrival times. Then are i.i.d. random variables.
Conversely, if are i.i.d. , and we define and , then is a Poisson process with rate .
Suppose buses arrive at a stop according to a Poisson process with rate per hour. Then:
- The expected number of buses in 2 hours is .
- The probability of exactly 3 buses arriving in 30 minutes is
- The time until the first bus arrives is , with mean hour = 12 minutes.
Superposition and thinning
If and are independent Poisson processes with rates and , then their superposition
is a Poisson process with rate .
This is the additive property of Poisson processes: merging two independent Poisson streams yields another Poisson stream.
If is a Poisson process with rate , and each arrival is independently retained with probability (and discarded with probability ), then the retained arrivals form a Poisson process with rate .
Thinning is the converse of superposition: splitting a Poisson stream into independent substreams.
Customers arrive at a service center according to a Poisson process with rate per hour. Each customer is type A with probability and type B with probability , independently. Then:
- Type A arrivals form a Poisson process with rate per hour.
- Type B arrivals form a Poisson process with rate per hour.
- The two streams are independent.
Conditional properties
Conditionally on , the arrival times are distributed as the order statistics of i.i.d. random variables.
This beautiful result says that, given arrivals in , the arrival times are "uniformly scattered" throughout the interval.
Suppose (two arrivals in ). What is the probability that both arrivals occurred in the first half ?
By the uniform order statistics property, each arrival independently falls in with probability , so
Compound Poisson processes
A compound Poisson process is a process of the form
where is a Poisson process with rate and are i.i.d. random variables (independent of ), called the jump sizes.
If represents the "size" or "value" of the -th arrival, then is the cumulative value up to time .
An insurance company receives claims according to a Poisson process with rate per year. Each claim amount is i.i.d. with mean and variance . The total claims up to time is
Then:
- .
- .
Waiting time paradox
You arrive at a bus stop at a random time. The buses arrive according to a Poisson process with rate . What is the expected time until the next bus?
Answer: (the same as the mean inter-arrival time). This is a special feature of the memoryless property of the exponential distribution: the remaining time until the next arrival is always , regardless of when you arrive.
In contrast, for a non-Poisson renewal process (e.g., deterministic inter-arrival times), the expected waiting time for a random arrival is typically greater than half the inter-arrival time. This is the inspection paradox or waiting time paradox.
Summary
The Poisson process is characterized by:
- Independent, stationary increments: Memoryless evolution.
- Exponential inter-arrival times: , i.i.d.
- Superposition and thinning: Merging and splitting preserve the Poisson property.
- Uniform order statistics: Conditional arrivals are uniformly distributed.
These properties make the Poisson process tractable for analysis and ubiquitous in applications: queueing, insurance, telecommunications, reliability theory, and more.