A probability distribution which arises when counting the number of occurrences of a rare event in a long series of trials.
[After Siméon Denis Poisson (1781–1840), French mathematician.]
|
Results for Poisson distribution
|
On this page:
|
A probability distribution which arises when counting the number of occurrences of a rare event in a long series of trials.
[After Siméon Denis Poisson (1781–1840), French mathematician.]
A statistical method developed by the 18th century French mathematician S. D. Poisson, which is used for predicting the probable distribution of a series of events. For example, when the average transaction volume in a communications system can be estimated, Poisson distribution is used to determine the probable minimum and maximum number of transactions that can occur within a given time period.
Type of probability distribution typically used in studies concerned with the count or number of occurrences of events.
A probability distribution for the frequency of a particular event in a given period of time. It is named after Siméon-Denis Poisson (1781-1840) and famously describes the distributions of deaths due to horse kicks in the Prussian cavalry. In political science it is used for modelling variables such as the number of vetoes cast by a president in a year, or the number of strikes in a factory.
— Stephen Fisher
A statistical distribution which often describes the sampling frequency of individual, isolated counts in time and space.
| Probability mass function The horizontal axis is the index k. The function is defined only at integer values of k. The connecting lines are only guides for the eye and do not indicate continuity. |
|
| Cumulative distribution function The horizontal axis is the index k. |
|
| Parameters | ![]() |
|---|---|
| Support | ![]() |
| Probability mass function (pmf) | ![]() |
| Cumulative distribution function (cdf) | Failed to parse (unknown function\text): \frac{\Gamma(\lfloor k+1\rfloor, \lambda)}{\lfloor
k\rfloor !}\!\text{ for }k\ge 0
(where Γ(x,y) is the Incomplete gamma function) |
| Mean | ![]() |
| Median | Failed to parse (unknown function\text): \text{usually about }\lfloor\lambda+1/3-0.02/\lambda\rfloor |
| Mode | Failed to parse (unknown function\text): \lfloor\lambda\rfloor\text{ (and }\lambda-1\text{ if }\lambda\text{ is an integer)} |
| Variance | ![]() |
| Skewness | ![]() |
| Excess kurtosis | ![]() |
| Entropy | ![]() |
| Moment-generating function (mgf) | ![]() |
| Characteristic function | ![]() |
In probability theory and statistics, the Poisson distribution is a discrete probability distribution that expresses the probability of a number of events occurring in a fixed period of time if these events occur with a known average rate, and are independent of the time since the last event. The Poisson distribution can also be used for other specified intervals such as: distance, area or volume. A classic example is the probability of a certain number of bombs striking a randomly selected area from a group of equally sized areas. This example was applied to German V-1 buzz bombs (a flying bomb, the precurser to the guided missile) striking South London during WW II. On paper, South London was divided geographically into 576 areas each having 0.25km2 areas. Assuming the 535 bombs launched toward South London were done so with random targeting. Therefore, the probability of any number of bombs (0 to 535) striking any area of the 576, at random, can be calculated. For use in the Poisson distribution, the mean, λ, is the quotient of number of bombs divided by number of equally sized areas.
The distribution was discovered by Siméon-Denis Poisson (1781–1840) and published, together with his probability theory, in 1838 in his work Recherches sur la probabilité des jugements en matières criminelles et matière civile ("Research on the Probability of Judgments in Criminal and Civil Matters"). The work focused on certain random variables N that count, among other things, a number of discrete occurrences (sometimes called "arrivals") that take place during a time-interval of given length. If the expected number of occurrences in this interval is λ, then the probability that there are exactly k occurrences (k being a non-negative integer, k = 0, 1, 2, ...) is equal to

where
As a function of k, this is the probability mass function. The Poisson distribution can be derived as a limiting case of the binomial distribution.
The Poisson distribution is sometimes called a Poissonian, analogous to the term Gaussian for a Gauss or normal distribution.
The parameter λ is not only the mean number of occurrences Failed to parse (unknown function\scriptstyle): \scriptstyle\langle k \rangle , but also its variance Failed to parse (unknown function\scriptstyle): \scriptstyle\sigma_k^2 \ \stackrel{\mathrm{def}}{=}\ \langle k^{2} \rangle - \langle k \rangle^{2}
(see Table). Thus, the number of observed occurrences fluctuates about its mean λ with a standard deviation Failed to parse (unknown function\scriptstyle): \scriptstyle\sigma_{k}\, =\, \sqrt{\lambda}
. These fluctuations are denoted as Poisson noise or (particularly in electronics) as shot noise.
The correlation of the mean and standard deviation in counting independent, discrete occurrences is useful scientifically. By monitoring how the fluctuations vary with the mean signal, one can estimate the contribution of a single occurrence, even if that contribution is too small to be detected directly. For example, the charge e on an electron can be estimated by correlating the magnitude of an electric current with its shot noise. If N electrons pass a point in a given time t on the average, the mean current is I = eN / t; since the current fluctuations should be of the order Failed to parse (unknown function\scriptstyle): \scriptstyle\sigma_{I} = e\sqrt{N/t\ }
(i.e. the variance of the Poisson process), the charge e can be estimated from the ratio Failed to parse (unknown function\scriptstyle): \scriptstyle\sigma_{I}^{2}/I
. An everyday example is the graininess that appears as photographs are enlarged; the graininess is due to Poisson fluctuations in the number of reduced silver grains, not to the individual grains themselves. By correlating the graininess with the degree of enlargement, one can estimate the contribution of an individual grain (which is otherwise too small to be seen unaided). Many other molecular applications of Poisson noise have been developed, e.g., estimating the number density of receptor molecules in a cell membrane.

and
, then the difference Y = X1 -
X2 follows a Skellam distribution.
and
are independent, and Y = X1 +
X2, then the distribution of X1 conditional on
Y = y is a binomial. Specifically,
. More generally, if X1,
X2,..., Xn are Poisson random variables with parameters λ1,
λ2,..., λn then 

The Poisson distribution arises in connection with Poisson processes. It applies to various phenomena of discrete nature (that is, those that may happen 0, 1, 2, 3, ... times during a given period of time or in a given area) whenever the probability of the phenomenon happening is constant in time or space. Examples of events that may be modelled as a Poisson distribution include:
In several of the above examples—for example, the number of mutations in a given sequence of DNA—the events being counted are actually the outcomes of discrete trials, and would more precisely be modelled using the binomial distribution. However, the binomial distribution with parameters n and λ/n, i.e., the probability distribution of the number of successes in n trials, with probability λ/n of success on each trial, approaches the Poisson distribution with expected value λ as n approaches infinity. This limit is sometimes known as the law of rare events, although this name may be misleading because the events in a Poisson process need not be rare (the number of telephone calls to a busy switchboard in one hour follows a Poisson distribution, but these events would not be considered rare). It provides a means by which to approximate random variables using the Poisson distribution rather than the more-cumbersome binomial distribution.
Here are the details. First, recall from calculus that

Let p = λ/n. Then we have


As n approaches ∞, the expression over the first underbrace approaches 1; the second remains constant since "n" does not appear in it at all; the third approaches e−λ; and the fourth expression approaches 1.
Consequently the limit is

More generally, whenever a sequence of binomial random variables with parameters n and pn is such that

the sequence converges in distribution to a Poisson random variable with mean λ (see, e.g., law of rare events).
, which is the largest integer less than or equal to λ. This is also written as floor(λ). When λ is a positive integer, the modes are λ and λ − 1.
follow a Poisson distribution with parameter
and Xi are independent, then
also follows a Poisson distribution whose
parameter is the sum of the component parameters.

A simple way to generate random Poisson-distributed numbers is given by Knuth, see References below.
algorithm poisson random number (Knuth):
init:
Let L ← e−λ, k ← 0 and p ← 1.
do:
k ← k + 1.
Generate uniform random number u and let p ← p × u.
while p ≥ L
return k − 1.
While simple, the complexity is linear in λ. There are many other algorithms to overcome this. Some are given in Ahrens & Dieter, see References below.
Given a sample of n measured values ki we wish to estimate the value of the parameter λ of the Poisson population from which the sample was drawn. To calculate the maximum likelihood value, we form the log-likelihood function



Take the derivative of L with respect to λ and equate it to zero:

Solving for λ yields the maximum-likelihood estimate of λ:

Since each observation has expectation λ so does this sample mean. Therefore it is an unbiased estimator of λ. It is also an efficient estimator, i.e. its estimation variance achieves the Cramér-Rao lower bound (CRLB).
In Bayesian inference, the conjugate prior for the rate parameter λ of the Poisson distribution is the Gamma distribution. Let

denote that λ is distributed according to the Gamma density g parameterized in terms of a shape parameter α and an inverse scale parameter β:

Then, given the same sample of n measured values ki as before, and a prior of Gamma(α, β), the posterior distribution is

The posterior mean E[λ] approaches the maximum likelihood estimate
in the limit as
.
The posterior predictive distribution of additional data is a Gamma-Poisson (i.e. negative binomial) distribution.
The word law is sometimes used as a synonym of probability distribution, and convergence in law means convergence in distribution. Accordingly, the Poisson distribution is sometimes called the law of small numbers because it is the probability distribution of the number of occurrences of an event that happens rarely but has very many opportunities to happen. The Law of Small Numbers is a book by Ladislaus Bortkiewicz about the Poisson distribution, published in 1898. Some historians of mathematics have argued that the Poisson distribution should have been called the Bortkiewicz distribution.[citation needed]
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
Some good "Poisson distribution" pages on the web:
Math mathworld.wolfram.com |
Join the WikiAnswers Q&A community. Post a question or answer questions about "Poisson distribution" at WikiAnswers.
Copyrights:
![]() | Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2007. Published by Houghton Mifflin Company. All rights reserved. Read more | |
![]() | Computer Desktop Encyclopedia. THIS COPYRIGHTED DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher. © 1981-2008 Computer Language Company Inc. All rights reserved. Read more | |
![]() | Business Dictionary. Dictionary of Business Terms. Copyright © 2000 by Barron's Educational Series, Inc. All rights reserved. Read more | |
![]() | Political Dictionary. The Concise Oxford Dictionary of Politics. Copyright © 1996, 2003 by Oxford University Press. All rights reserved. Read more | |
![]() | Veterinary Dictionary. Saunders Comprehensive Veterinary Dictionary 3rd Edition. Copyright © 2007 by D.C. Blood, V.P. Studdert and C.C. Gay, Elsevier. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Poisson distribution". Read more |
Mentioned In: