Samiksha Jaiswal (Editor)

Conway–Maxwell–Poisson distribution

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
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

Pr ( X = x ) = f ( x ; λ , ν ) = λ x ( x ! ) ν 1 Z ( λ , ν ) ,

for x = 0,1,2,..., λ > 0 and ν ≥ 0, where

Z ( λ , ν ) = j = 0 λ j ( j ! ) ν .

The function Z ( λ , ν ) serves as a normalization constant so the probability mass function sums to one. Note that Z ( λ , ν ) does not have a closed form.

The additional parameter ν which does not appear in the Poisson distribution allows for adjustment of the rate of decay. This rate of decay is a non-linear decrease in ratios of successive probabilities, specifically

Pr ( X = x 1 ) Pr ( X = x ) = x ν λ .

When ν = 1 , the COM-Poisson distribution becomes the standard Poisson distribution and as ν , the distribution approaches a Bernoulli distribution with parameter λ / ( 1 + λ ) . When ν = 0 the CoM-Poisson distribution reduces to a geometric distribution with probability of success 1 λ provided λ < 1 .

For the COM-Poisson distribution, moments can be found through the recursive formula

E [ X r + 1 ] = { λ E [ X + 1 ] 1 ν  if  r = 0 λ d d λ E [ X r ] + E [ X ] E [ X r ]  if  r > 0.

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

log p x 1 p x = log λ + ν log x

where p x denotes P ( X = x ) . When estimating the parameters, the probabilities can be replaced by the relative frequencies of x and x 1 . To determine if the CMP distribution is an appropriate model, these values should be plotted against log x for all ratios without zero counts. If the data appear to be linear, then the model is likely to be a good fit.

Once the appropriateness of the model is determined, the parameters can be estimated by fitting a regression of log ( p ^ x 1 / p ^ x ) on log x . However, the basic assumption of homoscedasticity is violated, so a weighted least squares regression must be used. The inverse weight matrix will have the variances of each ratio on the diagonal with the one-step covariances on the first off-diagonal, both given below.

V [ log p ^ x 1 p ^ x ] 1 n p x + 1 n p x 1 cov ( log p ^ x 1 p ^ x , log p ^ x p ^ x + 1 ) 1 n p x

Maximum likelihood

The COM-Poisson likelihood function is

L ( λ , ν x 1 , , x n ) = λ S 1 exp ( ν S 2 ) Z n ( λ , ν )

where S 1 = i = 1 n x i and S 2 = i = 1 n log x i ! . Maximizing the likelihood yields the following two equations

E [ X ] = X ¯ E [ log X ! ] = log X ! ¯

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 X and log X ! are approximated by using the estimates for λ and ν from the previous iteration in the expression

E [ f ( x ) ] = j = 0 f ( j ) λ j ( j ! ) ν Z ( λ , ν ) .

This is continued until convergence of λ ^ and ν ^ .

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 λ with μ = λ 1 / ν . The integral part of μ is then the mode of the distribution. A full Bayesian estimation approach has been used with MCMC sampling implemented in WinBugs with non-informative priors for the regression parameters. This approach is computationally expensive, but it yields the full posterior distributions for the regression parameters and allows expert knowledge to be incorporated through the use of informative priors.

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.

References

Conway–Maxwell–Poisson distribution Wikipedia