Saturday, August 25, 2007

Poisson process

Poisson process
From Wikipedia, the free encyclopedia
Jump to: navigation, search
It has been suggested that this article be split into multiple articles. (Discuss)

A Poisson process, named after the French mathematician Siméon-Denis Poisson (1781 - 1840), is a stochastic process which is defined in terms of the occurrences of events. This counting process, given as a function of time N(t), represents the number of events since time t = 0 (see examples). Also, the number of events between time a and time b is given as N(b) − N(a) and has a Poisson distribution.

Popular examples of Poisson processes include the number of telephone calls arriving at a switchboard per hour, the number of webpage requests on a server or the number of photons emitted from a dim flash of light.

The Poisson process is a continuous-time process: its discrete-time counterpart is the Bernoulli process. The Poisson process is one of the most well-known Lévy processes. 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.
Contents
[hide]

* 1 Types of Poisson processes
o 1.1 Homogeneous Poisson process
o 1.2 Non-homogeneous Poisson process
o 1.3 Spatial Poisson process
* 2 General characteristics of the Poisson process
* 3 Examples
* 4 See also
* 5 Further reading

[edit] Types of Poisson processes

[edit] Homogeneous Poisson process
Sample Poisson Process Xt;

A homogeneous Poisson 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,

where N(t + τ) − N(t) describes 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.

[edit] Non-homogeneous Poisson process

(also known as an inhomogeneous Poisson process)

Main article: Non-homogeneous Poisson process

In general, the rate parameter may change over time. In this case, the generalized rate function is given as λ(t). Now the expected number of events between time a and time b is

\lambda_{a,b} = \int_a^b \lambda(t)\,dt.

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.

A homogeneous Poisson process may be viewed as a special case when λ(t) = λ, a constant rate.

[edit] Spatial Poisson process

A further variation on the Poisson process, called the spatial Poisson process, introduces a spatial dependence on the rate function and is given as \lambda(\vec{x},t) where \vec{x} \in D for some vector space V (e.g. R2 or R3). For any set S \subset V (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

\lambda_S(t) = \int_S \lambda(\vec{x},t)\,d\vec{x}.

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

\lambda(\vec{x},t) = f(\vec{x}) \lambda(t)

for some function f(\vec{x}). Without loss of generality, let

\int_V f(\vec{x}) \, d\vec{x}=1.

else we may scale f(\vec{x}) and λ(t) appropriately. Now, f(\vec{x}) 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 \vec{X} sampled from the probability density function f(\vec{x}). A similar result can be shown for the general (non-separable) case.

[edit] General characteristics of the Poisson process

In its most general form, the only two conditions for a stochastic process to be a Poisson process are:

* Orderliness: which roughly means


\lim_{\Delta t\to 0} P(N(t+\Delta t) - N(t) > 1 \mid N(t+\Delta t) - N(t) \geq 1)=0


which implies that arrivals don't occur simultaneously (but this is actually a mathematically-stronger statement).

* Memorylessness (also called evolution without after-effects): the number of arrivals occurring in any bounded interval of time after time t is independent of the number of arrivals occurring before time t.

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 λ. Also, the memorylessness property shows that the number of events in one time interval is independent from the number of events in an interval that is disjoint from the first interval. 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 ]. Consequently the probabilities of these events are the same:

P(Tk > t) = P(N(t) < k).

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}.

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.

[edit] Examples

* The number of web page requests arriving at a server may be characterized by a Poisson process except for unusual circumstances such as coordinated denial of service attacks.

* The number of telephone calls arriving at a switchboard, or at an automatic phone-switching system, may be characterized by a Poisson process.

* The number of photons hitting a photodetector, when lit by a laser source, may be characterized by a homogeneous Poisson process. Other sources may show either a bunching or an antibunching of the photons.

* The number of particles emitted via radioactive decay by an unstable substance may be characterized by a non-homogeneous Poisson process, where the rate decays as the substance stabilizes.

* The number of raindrops falling over a wide spatial area may be characterized by a spatial Poisson process.

* The arrival of "customers" is commonly modelled as a Poisson process in the study of simple queueing systems.

[edit] See also

* Compound Poisson distribution
* Compound Poisson process
* Continuous-time Markov process
* Cox process (generalization)
* Gamma distribution
* Markovian arrival processes

[edit] Further reading

* Snyder & Miller, Random Point Processes in Time and Space. Springer-Verlag. ISBN 0-387-97577-2.

Retrieved from "http://en.wikipedia.org/wiki/Poisson_process"

Categories: Articles to be split | Stochastic processes
Views

* Article
* Discussion
* Edit this page
* History

Personal tools

* Sign in / create account

Navigation

* Main page
* Contents
* Featured content
* Current events
* Random article

interaction

* About Wikipedia
* Community portal
* Recent changes
* Contact Wikipedia
* Donate to Wikipedia
* Help

Search

Toolbox

* What links here
* Related changes
* Upload file
* Special pages
* Printable version
* Permanent link
* Cite this article

In other languages

* Deutsch
* Español
* فارسی
* Français
* Italiano
* Polski
* Русский
* Suomi
* Tiếng Việt
* Українська
* 中文

Powered by MediaWiki
Wikimedia Foundation

* This page was last modified 01:34, 11 July 2007.
* All text is available under the terms of the GNU Free Documentation License. (See Copyrights for details.)
Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a US-registered 501(c)(3) tax-deductible nonprofit charity.
* Privacy policy
* About Wikipedia
* Disclaimers

No comments: