Simulating the Poisson Process

​
mean number of events per unit time
1
steps
30
paths
1
approximate confidence interval
50%
90%
95%
99%
99.9%
seed for random numbers
1
joined
This Demonstration shows simulated paths of the Poisson process. You can see how the cumulative number of events increases as time lapses. You can adjust the mean number of events per unit time. The Demonstration also shows the mean of the process (the blue line) and approximate confidence intervals (the green curves). The confidence intervals are based on the normal approximation to the Poisson distribution. The Poisson process is a special case of a continuous-time Markov chain.

Details

Snapshot 1: unjoined paths
Snapshot 2: joined paths
Snapshot 3: one of the paths goes outside of the 99.9% confidence interval
Snapshots 1 and 2 are the same except that in Snapshot 2 the paths are joined. These snapshots show that when you show several paths, joining the paths with vertical lines makes the paths clearer.
Recall that in a Poisson process events occur randomly in time. If time starts at 0, then the number of events occurring up to time
t
is a random variable that has a Poisson distribution with mean
λt
. Here,
λ
is the mean number of events that occur in one unit of time. The time between the events has an exponential distribution with mean
1/λ
.
For the Poisson process, see[1, pp. 204–208]. For simulation of the Poisson process and other stochastic processes with Mathematica, see[2, pp. 987–1002]. Andrzej Kozlowski has also created a Demonstration, The Poisson Process, that shows simulated paths of the Poisson process. That Demonstration also shows so-called compensated Poisson processes but does not show the mean or confidence intervals.
[1] A. O. Allen, Probability, Statistics, and Queueing Theory with Computer Science Applications, 2nd ed., Boston: Academic Press, 1990.
[2] H. Ruskeepää, Mathematica Navigator: Mathematics, Statistics, and Graphics, 3rd ed., San Diego, CA: Elsevier Academic Press, 2009.

External Links

The Poisson Process
Simulating the Birth-Death Process
Simulating the M/M/1 Queue

Permanent Citation

Heikki Ruskeepää
​
​"Simulating the Poisson Process"​
​http://demonstrations.wolfram.com/SimulatingThePoissonProcess/​
​Wolfram Demonstrations Project​
​Published: May 20, 2010