Poisson processes are possibly the simplest subordinators, i.e. non-decreasing Lévy processes. They pop up everywhere, especially as a representation of point processes, and as the second continuous-time stochastic process anyone learns after the Brownian motion.
1 Basics
A Poisson process is a stochastic process whose inter-occurrence times are identically and independently distributed such that (rate parameterization). By convention, we set all and a.s. The counting process that increases for each event is one convenient representation for such a process. In that case, we think of the paths of the process as such that .
It is easy to show that , where the pmf of a Poisson RV is
It is a standard result that the increments of such processes over disjoint intervals have a Poisson distribution also. For :
Note also the standard result that
We call the rate.
2 Poisson distribution
2.1 Moments
Using the moment generating function
we can find the moments by differentiating,
and thus
where is a Touchard/Bell polynomial, whatever that is.
3 Poisson bridge
Suppose we are given the value of a Poisson process at time and time and are concerned with some We wish to know the conditional distribution , i.e. the Poisson bridge. Using the distributions of the increments and the independence property,
So we can simulate a point Poisson bridge at some by sampling a Binomial random variable.
4 Hitting time
Consider the hitting time of a level for a Poisson process .
But since and i.i.d. and the sum of i.i.d. Exponential variates is a Gamma variate, we have that
and hence the density of this random variable is the Gamma distribution density,
The Gamma process is a kind of dual to the Poisson; we can think of it as a distribution over specific hitting times of an imaginary latent Poisson process.