Probability & Statistics

Poisson Process

Poisson Process.

Poisson Process

Concept Overview

The Poisson process is one of the most widely used counting processes. It is used to model the number of times a specific event occurs within a given interval of time or space. Examples include the arrival of customers at a queue, the number of emails received in an hour, or the number of earthquakes occurring in a year.

Mathematical Definition

A counting process N(t) (where t ≥ 0) is called a Poisson process with rate λ > 0 if it satisfies the following conditions:

1. N(0) = 0
2. The process has independent increments.
3. The number of events in any interval of length t follows a Poisson distribution with parameter λt:

P[N(t + s) - N(s) = n] = e-λt (λt)n / n!
Where:
  • λ is the rate parameter, representing the expected number of events per unit time.
  • t and s represent time intervals.
  • n is the number of events.

Key Concepts

Independent and Stationary Increments

Independent Increments: The number of events that occur in disjoint time intervals are independent of each other. The past history of the process provides no information about future events.

Stationary Increments: The probability distribution of the number of events occurring in any time interval depends only on the length of the interval, not on its starting point.

Inter-arrival Times

The time between consecutive events in a Poisson process follows an exponential distribution. If T1, T2, ... are the inter-arrival times, then each Ti is an independent and identically distributed (i.i.d.) random variable with the probability density function:

f(t) = λe-λt for t ≥ 0

Memoryless Property

Because the inter-arrival times are exponentially distributed, the Poisson process has the memoryless property. The expected time until the next event is always 1/λ, regardless of how much time has passed since the last event.

Historical Context

The Poisson distribution, which forms the basis of the Poisson process, is named after the French mathematician Siméon Denis Poisson, who introduced it in 1837. However, the application of the Poisson process as a continuous-time stochastic process gained prominence in the early 20th century, notably through the work of A.K. Erlang in 1909. Erlang used the process to model the number of phone calls arriving at a telephone exchange, founding the field of queueing theory.

Real-world Applications

  • Queueing Theory: Modeling the arrival of customers at a bank, patients at a hospital, or packets at a network router.
  • Telecommunications: Estimating the load on cellular networks and internet traffic by modeling call or message arrivals.
  • Reliability Engineering: Predicting the occurrence of failures in mechanical systems or software bugs over time.
  • Finance: Modeling the times at which trades are executed or the occurrences of defaults in credit risk modeling.
  • Physics: Describing radioactive decay, where the emission of particles follows a Poisson process.

Related Concepts

  • Probability Distributions — The Poisson distribution is the discrete probability distribution governing the number of events in an interval.
  • Markov Chains — The Poisson process can be viewed as a continuous-time Markov chain with a particularly simple structure.
  • Monte Carlo Simulation — Used to computationally simulate complex stochastic processes, including variations of the Poisson process.

Experience it interactively

Adjust parameters, observe in real time, and build deep intuition with Riano’s interactive Poisson Process module.

Try Poisson Process on Riano →

More in Probability & Statistics