From Wikipedia, the free encyclopedia
 
Poisson
Probability mass function
Plot of the Poisson PMF
The horizontal axis is the index k, the number of occurrences. λ is the expected number of occurrences. The vertical axis is the probability of k occurrences given λ. The function is defined only at integer values of k. The connecting lines are only guides for the eye.
  
 
Cumulative distribution function
Plot of the Poisson CDF
The horizontal axis is the index k, the number of occurrences. The CDF is discontinuous at the integers of k and flat everywhere else because a variable that is Poisson distributed takes on only integer values.
 
Parameters λ > 0 (real) — rate
Support {\displaystyle k\in \mathbb {N} \cup \{0\}}
pmf {\displaystyle {\frac {\lambda ^{k}e^{-\lambda }}{k!}}}
CDF {\frac {\Gamma (\lfloor k+1\rfloor ,\lambda )}{\lfloor k\rfloor !}}, or e^{-\lambda }\sum _{i=0}^{\lfloor k\rfloor }{\frac {\lambda ^{i}}{i!}}\ , or Q(\lfloor k+1\rfloor ,\lambda )
(for k\geq 0, where \Gamma (x,y) is the upper incomplete gamma function, \lfloor k\rfloor is the floor function, and Q is the regularized gamma function)
Mean \lambda
Median \approx \lfloor \lambda +1/3-0.02/\lambda \rfloor
Mode \lceil \lambda \rceil -1,\lfloor \lambda \rfloor
Variance \lambda
Skewness \lambda ^{-1/2}
Ex. kurtosis \lambda ^{-1}
Entropy \lambda [1-\log(\lambda )]+e^{-\lambda }\sum _{k=0}^{\infty }{\frac {\lambda ^{k}\log(k!)}{k!}} (for large \lambda )
{\displaystyle {\frac {1}{2}}\log(2\pi e\lambda )-{\frac {1}{12\lambda }}-{\frac {1}{24\lambda ^{2}}}-{}}
\qquad {\frac {19}{360\lambda ^{3}}}+O\left({\frac {1}{\lambda ^{4}}}\right)
MGF \exp(\lambda (e^{t}-1))
CF \exp(\lambda (e^{it}-1))
PGF \exp(\lambda (z-1))
Fisher information \frac{1}{\lambda}

In probability theory and statistics, the Poisson distribution (French pronunciation: ​[pwasɔ̃]; in English often rendered /ˈpwɑːsɒn/), named after French mathematician Siméon Denis Poisson, is a discrete probability distribution that expresses the probability of a given number of events occurring in a fixed interval of time or space if these events occur with a known constant rate and independently of the time since the last event. The Poisson distribution can also be used for the number of events in other specified intervals such as distance, area or volume.

For instance, an individual keeping track of the amount of mail they receive each day may notice that they receive an average number of 4 letters per day. If receiving any particular piece of mail does not affect the arrival times of future pieces of mail, i.e., if pieces of mail from a wide range of sources arrive independently of one another, then a reasonable assumption is that the number of pieces of mail received in a day obeys a Poisson distribution. Other examples that may follow a Poisson include the number of phone calls received by a call center per hour and the number of decay events per second from a radioactive source.

Basics