(statistics) A process given by a discrete random variable which has a Poisson distribution.
| Sci-Tech Dictionary: Poisson process |
(statistics) A process given by a discrete random variable which has a Poisson distribution.
| 5min Related Video: Poisson process |
| Wikipedia: Poisson process |
A Poisson process, named after the French mathematician Siméon-Denis Poisson (1781–1840), is the stochastic process in which events occur continuously and independently of one another (the word event used here is not an instance of the concept of event frequently used in probability theory). Examples that are well-modeled as Poisson processes include the radioactive decay of atoms, telephone calls arriving at a switchboard, page view requests to a website, and rainfall.
The Poisson process is a collection {N(t) : t ≥ 0} of random variables, where N(t) is the number of events that have occurred up to time t (starting from time 0). The number of events between time a and time b is given as N(b) − N(a) and has a Poisson distribution. Each realization of the process {N(t)} is a non-negative integer-valued step function that is non-decreasing, but for intuitive purposes it is usually easier to think of it as a point pattern on [0,∞) (the points in time where the step function jumps, i.e. the points in time where an event occurs).
The Poisson process is a continuous-time process: its discrete-time counterpart is the Bernoulli process. Poisson processes are also examples of continuous-time Markov processes. A Poisson process is a pure-birth process, the simplest example of a birth-death process. By the aforementioned interpretation as a random point pattern on [0, ∞) it is also a point process on the real half-line.
Contents |
The basic form of Poisson process, often refered to simply as "the Poisson process", is a continuous-time counting process {N(t), t ≥ 0} that possesses the following properties:
Consequences of this definition include:
Other types of Poisson process are described below.
The homogeneous Poisson process is one of the most well-known Lévy processes. This process is characterized by a rate parameter λ, also known as intensity, such that the number of events in time interval (t, t + τ] follows a Poisson distribution with associated parameter λτ. This relation is given as
![P [(N(t+ \tau) - N(t)) = k] = \frac{e^{-\lambda \tau} (\lambda \tau)^k}{k!} \qquad k= 0,1,\ldots,](http://wpcontent.answers.com/math/7/2/8/7286a85d115010d6b56c2bddb8ec4356.png)
where N(t + τ) − N(t) is the number of events in time interval (t, t + τ].
Just as a Poisson random variable is characterized by its scalar parameter λ, a homogeneous Poisson process is characterized by its rate parameter λ, which is the expected number of "events" or "arrivals" that occur per unit time.
N(t) is a sample homogeneous Poisson process, not to be confused with a density or distribution function.
In general, the rate parameter may change over time; such a process is called a non-homogeneous Poisson process or inhomogeneous Poisson process. In this case, the generalized rate function is given as λ(t). Now the expected number of events between time a and time b is

Thus, the number of arrivals in the time interval (a, b], given as N(b) − N(a), follows a Poisson distribution with associated parameter λa,b
![P [(N(b) - N(a)) = k] = \frac{e^{-\lambda_{a,b}} (\lambda_{a,b})^k}{k!} \qquad k= 0,1,\ldots.](http://wpcontent.answers.com/math/9/b/2/9b2337e27ab46daee47ba57b203674a6.png)
A homogeneous Poisson process may be viewed as a special case when λ(t) = λ, a constant rate.
A further variation on the Poisson process, called the spatial Poisson process, introduces a spatial dependence on the rate function and is given as
where
for some vector space V (e.g. R2 or R3). For any set
(e.g. a spatial region) with finite measure, the number of events occurring inside this region can be modelled as a Poisson process with associated rate function λS(t) such that

In the special case that this generalized rate function is a separable function of time and space, we have:

for some function
. Without loss of generality, let

(If this is not the case, λ(t) can be scaled appropriately.) Now,
represents the spatial probability density function of these random events in the following sense. The act of sampling this spatial Poisson process is equivalent to sampling a Poisson process with rate function λ(t), and associating with each event a random vector
sampled from the probability density function
. A similar result can be shown for the general (non-separable) case.
In its most general form, the only two conditions for a counting process to be a Poisson process are:

These seemingly unrestrictive conditions actually impose a great deal of structure in the Poisson process. In particular, they imply that the time between consecutive events (called interarrival times) are independent random variables. For the homogeneous Poisson process, these inter-arrival times are exponentially distributed with parameter λ (mean 1/λ).
Proof : Let τ1 be the first arrival time of the Poisson process. Its distribution satisfies
![\begin{align}
Pr[\tau_1=x]=&\lim_{dt\to 0}\frac{Pr[N_{x+dt}>0,N_x=0]}{dt}\\
=&\lim_{dt\to 0}\frac{1-Pr[N_{dt}=0]}{dt}Pr[N_x=0]\\
=&\lim_{dt\to 0}\frac{1-(1-\lambda dt +O(dt^2))}{dt}\exp(-\lambda x)\\
=&\lambda\exp(-\lambda x)
\end{align}](http://wpcontent.answers.com/math/2/4/f/24fa8f8f59df2586eb28c21b972ffc8f.png)
Also, the memorylessness property entails that the number of events in any time interval is independent of the number of events in any other interval that is disjoint from it. This latter property is known as the independent increments property of the Poisson process.
To illustrate the exponentially-distributed inter-arrival times property, consider a homogeneous Poisson process N(t) with rate parameter λ, and let Tk be the time of the kth arrival, for k = 1, 2, 3, ... . Clearly the number of arrivals before some fixed time t is less than k if and only if the waiting time until the kth arrival is more than t. In symbols, the event [N(t) < k] occurs if and only if the event [Tk > t] occurs. Consequently the probabilities of these events are the same:

In particular, consider the waiting time until the first arrival. Clearly that time is more than t if and only if the number of arrivals before time t is 0. Combining this latter property with the above probability distribution for the number of homogeneous Poisson process events in a fixed interval gives
![P(T_1>t)=P(N(t)=0)=P [(N(t) - N(0)) = 0] = \frac{e^{-\lambda t} (\lambda t)^0}{0!} = e^{-\lambda t}.](http://wpcontent.answers.com/math/d/c/5/dc587b01a0decead27fca33adcd4d27b.png)
Consequently, the waiting time until the first arrival T1 has an exponential distribution, and is thus memoryless. One can similarly show that the other interarrival times Tk − Tk−1 share the same distribution. Hence, they are independent, identically-distributed (i.i.d.) random variables with parameter λ > 0; and expected value 1/λ. For example, if the average rate of arrivals is 5 per minute, then the average waiting time between arrivals is 1/5 minute.
The following examples are well-modeled by the Poisson process:
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| Best of the Web: Poisson process |
Some good "Poisson process" pages on the web:
Math mathworld.wolfram.com |
| Cox process | |
| point process | |
| counting process |
Copyrights:
![]() | Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Poisson process". Read more |
Mentioned in