Median No closed form | ||
Parameters λ > 0 , ν ≥ 0 {\displaystyle \lambda >0,\nu \geq 0} Support x ∈ { 0 , 1 , 2 , … } {\displaystyle x\in \{0,1,2,\dots \}} pmf λ x ( x ! ) ν 1 Z ( λ , ν ) {\displaystyle {\frac {\lambda ^{x}}{(x!)^{\nu }}}{\frac {1}{Z(\lambda ,\nu )}}} CDF ∑ i = 0 x P ( X = i ) {\displaystyle \sum _{i=0}^{x}\mathbb {P} (X=i)} Mean ∑ j = 0 ∞ j λ j ( j ! ) ν Z ( λ , ν ) {\displaystyle \sum _{j=0}^{\infty }{\frac {j\lambda ^{j}}{(j!)^{\nu }Z(\lambda ,\nu )}}} |
In probability theory and statistics, the Conway–Maxwell–Poisson (CMP or COM-Poisson) distribution is a discrete probability distribution named after Richard W. Conway, William L. Maxwell, and Siméon Denis Poisson that generalizes the Poisson distribution by adding a parameter to model overdispersion and underdispersion. It is a member of the exponential family, has the Poisson distribution and geometric distribution as special cases and the Bernoulli distribution as a limiting case.
Contents
The COM-Poisson distribution was originally proposed by Conway and Maxwell in 1962 as a solution to handling queueing systems with state-dependent service rates. The probabilistic and statistical properties of the distribution were published by Shmueli et al. (2005).
The COM-Poisson is defined to be the distribution with probability mass function
for x = 0,1,2,...,
The function
The additional parameter
When
For the COM-Poisson distribution, moments can be found through the recursive formula
Parameter estimation
There are a few methods of estimating the parameters of the CMP distribution from the data. Two methods will be discussed: weighted least squares and maximum likelihood. The weighted least squares approach is simple and efficient but lacks precision. Maximum likelihood, on the other hand, is precise, but is more complex and computationally intensive.
Weighted least squares
The weighted least squares provides a simple, efficient method to derive rough estimates of the parameters of the CMP distribution and determine if the distribution would be an appropriate model. Following the use of this method, an alternative method should be employed to compute more accurate estimates of the parameters if the model is deemed appropriate.
This method uses the relationship of successive probabilities as discussed above. By taking logarithms of both sides of this equation, the following linear relationship arises
where
Once the appropriateness of the model is determined, the parameters can be estimated by fitting a regression of
Maximum likelihood
The COM-Poisson likelihood function is
where
which do not have an analytic solution.
Instead, the maximum likelihood estimates are approximated numerically by the Newton–Raphson method. In each iteration, the expectations, variances, and covariance of
This is continued until convergence of
Generalized linear model
The basic COM-Poisson distribution discussed above has also been used as the basis for a generalized linear model (GLM) using a Bayesian formulation. A dual-link GLM based on the CMP distribution has been developed, and this model has been used to evaluate traffic accident data. The CMP GLM developed by Guikema and Coffelt (2008) is based on a reformulation of the CMP distribution above, replacing
A classical GLM formulation for a COM-Poisson regression has been developed which generalizes Poisson regression and logistic regression. This takes advantage of the exponential family properties of the COM-Poisson distribution to obtain elegant model estimation (via maximum likelihood), inference, diagnostics, and interpretation. This approach requires substantially less computational time than the Bayesian approach, at the cost of not allowing expert knowledge to be incorporated into the model. In addition it yields standard errors for the regression parameters (via the Fisher Information matrix) compared to the full posterior distributions obtainable via the Bayesian formulation. It also provides a statistical test for the level of dispersion compared to a Poisson model. Code for fitting a COM-Poisson regression, testing for dispersion, and evaluating fit is available.
The two GLM frameworks developed for the COM-Poisson distribution significantly extend the usefulness of this distribution for data analysis problems.