Table of Contents

About

The Poisson process is a stochastic process in which events occur:

  • continuously
  • independently (of the time since the last event) - (ie random)
  • at a constant / known average rate
  • in a fixed interval of time and/or space

The process is named after the Poisson distribution introduced by French mathematician Siméon Denis Poisson.

Modeling

Example

For instance, suppose someone typically gets 4 pieces of mail per day on average.

There will be a certain spread:

  • sometimes a little more,
  • sometimes a little less,
  • once in a while nothing at all.

Given only the average rate, for a certain period of observation (pieces of mail per day, phone calls per hour, etc.), and assuming that the process, or mix of processes, that produces the event flow is essentially random, the Poisson distribution specifies how likely it is that the count will be 3, or 5, or 11, or any other number, during one period of observation. That is, it predicts the degree of spread around a known average rate of occurrence

Application

It is used to model random events (ie events that occur independently from each other) such as:

All this process can be seen as queue of event where the element have to wait (ie queuing theory)

Documentation / Reference