Poisson distribution
Encyclopedia : P : PO : POI : Poisson distribution
In probability theory and statistics, the Poisson distribution is a discrete probability distribution. It 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 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") belonging to 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. The probability that there are exactly k occurrences (k being a non-negative integer, k = 0, 1, 2, ...) is
- [f(k;\lambda)=\frac \lambda^k},\,\!]
- e is the base of the natural logarithm (e = 2.71828...),
- k! is the factorial of k,
- λ is a positive real number, equal to the expected number of occurrences that occur during the given interval. For instance, if the events occur on average every 4 minutes, and you are interested in the number of events occurring in a 10 minute interval, you would use as model a Poisson distribution with λ = 10/4 = 2.5.
Poisson noise and characterizing small occurrences
The parameter [\lambda] is not only the mean number of occurrences [\langle k \rangle], but also its variance [\sigma_^ \equiv \langle k^ \rangle - \langle k \rangle^] (see Table). Thus, the number of observed occurrences fluctuates about its mean [\lambda] with a standard deviation [\sigma_ = \sqrt]. 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 [\sigma_ = e\sqrt/t], the charge e can be estimated from the ratio [\sigma_^/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). Albert Einstein used Poisson noise to show that matter was composed of discrete atoms and to estimate Avogadro's number; he also used Poisson noise in treating blackbody radiation to demonstrate that electromagnetic radiation was composed of discrete photons. Many other molecular applications of Poisson noise have been developed, e.g., estimating the number density of receptor molecules in a cell membrane.
Poisson processes
Sometimes λ is taken to be the rate, i.e., the average number of occurrences per unit time. In that case, if Nt is the number of occurrences before time t then we have
- [\Pr(N_t=k)=f(k;\lambda t)=\frac (\lambda t)^k},\,\!]
- [\Pr(T>t)=\Pr(N_t=0)=e^.\,]
Related distributions
- [Y \sim \mathrm(\bar)] is a Poisson distribution if [Y = \sum_^N X_m] for [X_m \sim \mathrm(\lambda_m)] independent Poisson distributions and [\bar = \sum_^N \lambda_m].
- Assume [X_1 \sim \mathrm(\lambda_1)] and [X_2 \sim \mathrm(\lambda_2)] are independent, and let [Y = X_1 + X_2]. Then the distribution of [X_1] conditional on [Y=y] is binomial; specifically, [X_1|(Y=y) \sim \mathrm(y, \lambda_1/(\lambda_1+\lambda_2))].
Occurrence
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 can be modelled as Poisson distributions include:- The number of cars that pass through a certain point on a road during a given period of time.
- The number of spelling mistakes a secretary makes while typing a single page.
- The number of phone calls at a call center per minute.
- The number of times a web server is accessed per minute.
- * For instance, the number of edits per hour recorded on Wikipedia's page follows an approximately Poisson distribution.
- The number of roadkill found per unit length of road.
- The number of mutations in a given stretch of DNA after a certain amount of radiation.
- The number of unstable nuclei that decayed within a given period of time in a piece of radioactive substance. The radioactivity of the substance will weaken with time, so the total time interval used in the model should be significantly less than the mean lifetime of the substance.
- The number of pine trees per unit area of mixed forest.
- The number of stars in a given volume of space.
- The number of soldiers killed by horse-kicks each year in each corps in the Prussian cavalry. This example was made famous by a book of Ladislaus Josephovich Bortkiewicz (1868–1931).
- The distribution of visual receptor cells in the retina of the human eye.
- The number of V2 rocket attacks per area in England, according to the fictionalized account in Thomas Pynchon's Gravity's Rainbow.
- The number of light bulbs that burn out in a certain amount of time.
How does this distribution arise? – The law of rare events
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. 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
- [\lim_\left(1-\right)^n=e^.]
- [\lim_ \Pr(X=k)=\lim_ p^k (1-p)^=\lim_ \left(\right)^k \left(1-\right)^]
- [=\lim_ \underbrace\right)\left(\right)\left(\right) \cdots \left(\right)}\ \underbrace\right)}\ \underbrace\right)^n}\ \underbrace\right)^}.]
Consequently the limit is
- [ \over k!}.\,\!]
- [\lim_ np_n = \lambda,]
Properties
The expected value of a Poisson distributed random variable is equal to λ and so is its variance. The higher moments of the Poisson distribution are Touchard polynomials in λ, whose coefficients have a combinatorial meaning. In fact when the expected value of the Poisson distribution is 1, then Dobinski's formula says that the nth moment equals the number of partitions of a set of size n.The mode of a Poisson distributed random variable with non-integer λ is equal to [\lfloor \lambda \rfloor], 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.
For sufficiently large values of λ (say λ > 1000), the normal distribution with mean λ and variance λ is an excellent approximation to the Poisson distribution. If λ is greater than about 10, then the normal distribution is a good approximation if an appropriate continuity correction is performed, i.e., P(X ≤ x), where (lower-case) x is a non-negative integer, is replaced by P(X ≤ x + 0.5).
If N and M are two independent random variables, both following a Poisson distribution with parameters λ and μ, respectively, then N + M follows a Poisson distribution with parameter λ + μ.
The moment-generating function of the Poisson distribution with expected value λ is
- [\mathrm\left(e^\right)=\sum_^\infty e^ f(k;\lambda)=\sum_^\infty e^ \over k!} =e^.]
The Poisson distributions are infinitely divisible probability distributions.
Parameter estimation
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 likelihood function
- [L(\lambda)=\prod_^N f(k_i;\lambda) = \prod_^N \frac\lambda^}= \frac\lambda^}]
- [\lambda_\mathrm=\frac\sum_^N k_i]
- [\varphi_\mathrm(t)=\left(\prod_^N \varphi(t/N)\right)=\varphi^N(t/N)=\exp(N\lambda(e^-1))]
- [\operatorname (\lambda_\mathrm) = -i\left(\frac\,\varphi_\mathrm(t)\right)_=\lambda]
The \"law of small numbers\"
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.See also
- Compound Poisson distribution
- Poisson process
- Erlang distribution which describes the waiting time until n events have occurred. For temporally distributed events, the Poisson distribution is the probability distribution of the number of events that would occur within a preset time, the Erlang distribution is the probability distribution of the amount of time until the nth event.
- Skellam distribution, the distribution of the difference of two Poisson variates, not necessarily from the same parent distribution.
- Incomplete gamma function used to calculate the CDF.
- Dobinski's formula (on combinatorial interpretation of the moments of the Poisson distribution)
External links
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
