Poisson distribution
Story
The number \(n\) of arrivals of a Poisson process in unit time is Poisson distributed.
Example
The number of mutations in a strand of DNA per unit length (since mutations are rare) are Poisson distributed.
Parameters
The single parameter is the rate \(\lambda\) of the arrival of the Poisson process.
Support
The Poisson distribution is supported on the set of nonnegative integers.
Probability mass function
Cumulative distribution function
The CDF evaluated at nonnegative integer \(n\) is
where \(\Gamma(n + 1, \lambda)\) is the upper incomplete gamma function.
Moments
Mean: \(\lambda\)
Variance: \(\lambda\)
Usage
Package |
Syntax |
---|---|
NumPy |
|
SciPy |
|
Distributions.jl |
|
Stan |
|
Notes
Consider \(K\) Poisson processes with arrival rates \(\lambda_1\), \(\lambda_2\), …, \(\lambda_K\). Let
\[\begin{align} \lambda = \sum_{i=1}^K \lambda_i. \end{align}\]If \(N\) is the total number of arrivals of these \(K\) Poisson processes, \(N \sim \text{Poisson}(\lambda)\).