The Poisson Distribution is a Probability Mass Function that models the Probability of a given number of events occurring in a fixed interval of time such as:

Example

  • Number of orders in an hour at a restaurant
  • Heart rate in beats per minute
  • Goals scored per football season

The poisson distribution models a Bernoulli Distribution where is very large and is close to either or .

The time between two consecutive events in a poisson process follows an exponential distribution.


Formula:

Where

Note

The expected value and variance of a poisson distribution are both .


Poisson Process

The formula for exactly events occurring in a given time (poisson process) is given by:

Where

  • is the average rate of occurrence of an event
  • is the number of events
  • is the amount of time periods experienced