Essential formulas and properties for Poisson processes, including increment probabilities, event timing distributions, and key mathematical relationships.
For small time intervals h, the probability of exactly one event is approximately λh
The increment over time interval (s, t] follows Poisson distribution
Process starts with no events at time t = 0
Both mean and variance grow linearly with time
Covariance depends only on the earlier time point
Autocorrelation combines covariance and mean product
Time to n-th event follows gamma distribution
Time between consecutive events follows exponential distribution
Given total events, distribution over sub-intervals is binomial
Sum of independent Poisson processes is Poisson with summed intensity
Poisson process can be split into independent sub-processes
For time-varying intensity, use cumulative intensity function
Customer Arrivals: λ = customers per hour
Probability: P{arrivals in 2 hours = 5}
Waiting Time: Time to 3rd customer
Distribution: W₃ ~ Γ(3, λ)
Packet Arrivals: λ = packets per second
Inter-arrival: T ~ Exp(λ)
Queue Length: N(t) at time t
Mean: E[N(t)] = λt