Poisson Process

Poisson Process

The Poisson process is a continuous time Markov chain that can be used to model the process of waiting for events to happen. As an example this random variable could be used to model the number of radioactive decays a sample will undergo during a time window of a particular length. As anywhere between 0 and an infinite number of events can occur in any given time window this particular Markov chain has an infinite number of states. The jump rate matrix is thus the infinity by infinity square matrix shown below: $$ \mathbf{Q} = \left( \begin{matrix} -\lambda & \lambda & 0 & 0 & 0 & \dots \\ 0 & -\lambda & \lambda & 0 & 0 & \dots \\ 0 & 0 & -\lambda & \lambda & 0 & \dots \\ \vdots & \vdots & \vdots & \vdots & \vdots & \ddots \end{matrix} \right) $$ It is possible to show by induction that the solution to the resulting family of differential equations for the probabilities of having $n$ events during a time window of length $t$ is given by: $$ p_n(t) = \frac{(\lambda t)^n}{n!} e^{-\lambda t} $$

Syllabus Aims

  • You should be able to explain the assumptions that are made when a process is modelled using a Poisson random variable.
  • You should be able to draw the transition graph for a Poisson Process.
  • You should be able to write out the jump rate matrix for a Poisson Process.
  • You should be able to derive and solve the Kolmogorov equation for a Poisson Process.

Description and link

Module

Author

Some problems involving the poisson process SOR3012 G. Tribello

Contact Details

School of Mathematics and Physics,
Queen's University Belfast,
Belfast,
BT7 1NN

Email: g.tribello@qub.ac.uk
Website: mywebsite