Comprehensive Study Notes: Stochastic Processes and the Poisson Process
Chapter 4: The Poisson Process
The Poisson process is considered one of the most fundamental models in probability theory and stochastic processes. It provides a mathematical description for the occurrence of random events over time. Common examples include:
The arrival of customers at a service desk.
The emission of particles from a radioactive source.
Phone calls incoming to a call centre.
Two central ingredients underlie the Poisson process:
The number of arrivals in a given time interval follows a Poisson distribution.
The waiting time between successive arrivals is exponentially distributed.
4.1 The Exponential Distribution
The exponential distribution is the canonical model for the waiting time until the first occurrence of a random event that happens at a constant average rate.
Definition 4.1.1
A random variable is said to follow an exponential distribution with parameter \lambda > 0 if:
for all . Equivalently, has the probability density function:
for all . The notation used is .
Lemma 4.1.2: Properties of the Exponential Distribution
Let be exponentially distributed with parameter \lambda > 0. Then:
(a) Cumulative Distribution Function (CDF):
(b) Expectation and Variance:
(c) Moment Generating Function (MGF): for all \beta < \lambda.
Proof of Lemma 4.1.2:
(a) For : .
(b) Integrating by parts with , : . Similarly, . Thus, .
(c) For \beta < \lambda: .
Theorem 4.1.3: Lack of Memory Property
An exponential random variable has a unique feature known as the lack-of-memory (or memoryless) property. Informally: "If we have already waited units of time, the probability of having to wait at least further units is the same as if no time had elapsed."
If , then for all :
P(X > t + s | X > t) = P(X > s)
Proof: By Lemma 4.1.2, P(X > t) = 1 - F_X(t) = e^{-\lambda t}. Thus:
P(X > t + s | X > t) = \frac{P(X > t + s)}{P(X > t)} = \frac{e^{-\lambda(t+s)}}{e^{-\lambda t}} = e^{-\lambda s} = P(X > s).
Among all continuous probability distributions with a density, the exponential is the only one possessing this property. In the discrete setting, the geometric distribution is the unique distribution with this property.
Examples of the Exponential Distribution
Example 4.1.4 (Bank Session): Let denote the time (in minutes) a customer spends in a bank, assumed exponential with mean 10 minutes (implying ).
Probability spending more than 15 minutes: P(X > 15) = e^{-\lambda(15)} = e^{-3/2} \approx 0.220.
Probability spending more than 15 minutes given the customer is still there after 10 minutes: P(X > 15 | X > 10) = P(X > 5) = e^{-\lambda(5)} = e^{-1/2} \approx 0.604.
Example 4.1.5 (Lightbulb Lifetime): Lifetime (in hours) is exponential with mean 10 (). You find the bulb working. The probability it lasts another 5 hours is P(X > t + 5 | X > t) = P(X > 5) = e^{-5/10}. If were not exponential, the probability would depend on : .
Mathematical Properties of Exponential Variables
Proposition 4.1.6 (Sum of Exponentials): Let be independent random variables. Then follows a Gamma distribution with shape parameter and rate parameter . The density is:
Proposition 4.1.7 (Minimum of Exponentials): Let be independent variables. Then is exponentially distributed with parameter . Interpretation: If independent exponential clocks start with rates , the first clock to ring occurs after an exponential time with the sum of the rates.
Proposition 4.1.8 (Competition of Exponentials): Let and be independent. Then: P(X < Y) = \frac{\lambda}{\lambda + \mu} Proof: Using joint density , we compute: P(X < Y) = \int_0^\infty \int_\alpha^\infty \lambda e^{-\lambda \alpha} \mu e^{-\mu \beta} \, d\beta \, d\alpha = \int_0^\infty \lambda e^{-\lambda \alpha} e^{-\mu \alpha} \, d\alpha = \frac{\lambda}{\lambda + \mu}.
Application Examples
Example 4.1.9 (Post Office): Two clerks are busy, service times are and . You are served when one becomes available. Total time , where is remaining service time and is your own service time. Due to memorylessness, . Expected time: .
Example 4.1.10 (Competing Tasks): Check-up (mean 20 mins, ) and Consultation (mean 30 mins, ) start at the same time.
Probability check-up finishes first: P(R_1 < R_2) = \frac{1/20}{1/20 + 1/30} = \frac{3}{5}.
Expected time until both finish (): E[T] = E[\min(R_1, R_2)] + P(R_1 < R_2)E[R_2] + P(R_2 < R_1)E[R_1]. .
4.2 The Poisson Distribution
The Poisson distribution models the number of events in a fixed interval of time or space occurring independently at a constant average rate. It is often described as the "law of rare events."
Definition 4.2.1
A random variable is Poisson distributed, written , if:
for all . The parameter represents the expected number of occurrences.
Proposition 4.2.2: Moments of Poisson
For , \lambda > 0:
(a) Factorial Moments: . Specifically, .
(b) Variance: .
Proof of (b): Since , we have: .
Proposition 4.2.3: Sum of Independent Poisson
If and are independent, then .
Proposition 4.2.4: Poisson as a Limit of Binomial
Let be Binomially distributed with parameter and . As :
This reveals that the Poisson distribution is appropriate for modeling many independent trials with small success probabilities () but a fixed expected number of successes ().
Example 4.2.5 (Approximation): For , (). Comparing and , the probabilities are nearly identical (absolute differences are to ).
4.3 Poisson Process
A counting process models the arrival of events over time.
Definition 4.3.2: Counting Process
A stochastic process is a counting process if:
(a)
(b) for all
(c) whenever
Increment Properties
Independent Increments: Numbers of events in disjoint time intervals are independent random variables. (e.g., goals in the first half vs. second half).
Stationary Increments: The distribution of the number of events in an interval depends only on the length of the interval, not its position. (e.g., arrivals between 12-1 PM must be same as 3-4 PM).
Definition 4.3.4: Poisson Process
A counting process is a Poisson process with intensity \lambda > 0 if:
(a)
(b) has independent and stationary increments.
(c) For every , , specifically: .
The parameter represents the expected number of arrivals per unit time ().
Arrival and Waiting Times
Definition 4.3.5:
is the -th arrival time.
is the -th waiting time ().
Theorem 4.3.6:
(a) Waiting times are i.i.d. .
(b) Arrival time follows a Gamma distribution with parameters , with density: .
Theorem 4.3.9: Equivalent Characterizations
A counting process is a Poisson process with intensity if and only if:
It has independent and stationary increments, and for small , and .
It results from independent exponentially distributed waiting times .
Note on Little-o Notation (Definition 4.3.7): as if .
Example: .
This allows defining the Poisson process by its infinitesimal behavior over very short intervals.
4.4 Compound Poisson Processes
A compound Poisson process attaches a random quantity (jump size) to each arrival of a Poisson process.
Definition 4.4.2
Let be a Poisson process with intensity and be an i.i.d. sequence of random variables independent of . The compound Poisson process is:
(If , then ).
Theorem 4.4.4: Wald's Identity
If E[Y_1^2] < \infty, then for all :
Example 4.4.5 (Marine Ecologist): Crabs emerge at scale per hour. Weights have mean 4 lbs and standard deviation 2 lbs. Over 2 hours:
.
.
Standard deviation: .
4.5 Combining and Thinning
Theorem 4.5.1: Thinning (Splitting)
If each arrival of a Poisson process with rate is classified as type with probability , then the processes counting type- events are independent Poisson processes with intensities .
Example 4.5.2 (Fisherman): Fish bite at rate 2 per hour. 40% are salmon, 60% trout. Salmon process rate is . Trout process rate is . Probability of 1 salmon and 2 trout in 2.5 hours: .
Theorem 4.5.3: Superposition
The sum of independent Poisson processes with intensities is a Poisson process with intensity .
Example 4.5.4 (Bus Stop): Routes A () and B ().
Overall arrival rate: .
Expected wait for any bus: .
Probability next bus is A: .
Expected A buses before the first B bus: Let . The number of A labels before the first B is geometric with parameter , yielding mean .