Conway–Maxwell–Poisson distribution

Conway–Maxwell–Poisson
Parameters
Support
pmf
CDF
Mean
Median No closed form
Mode Not listed
Variance
Skewness Not listed
Ex. kurtosis Not listed
Entropy Not listed
MGF Not listed
CF Not listed

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,[1] has the Poisson distribution and geometric distribution as special cases and the Bernoulli distribution as a limiting case.

The COM-Poisson distribution was originally proposed by Conway and Maxwell in 1962[2] 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).[3]

The COM-Poisson is defined to be the distribution with probability mass function

for x = 0,1,2,..., and ≥ 0, where

The function serves as a normalization constant so the probability mass function sums to one. Note that 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

When , the COM-Poisson distribution becomes the standard Poisson distribution and as , the distribution approaches a Bernoulli distribution with parameter . When the CoM-Poisson distribution reduces to a geometric distribution with probability of success provided .

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 denotes . When estimating the parameters, the probabilities can be replaced by the relative frequencies of and . To determine if the CMP distribution is an appropriate model, these values should be plotted against 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 on . 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.

Maximum likelihood

The COM-Poisson likelihood function is

where and . Maximizing the likelihood yields the following two equations

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

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,[4] and this model has been used to evaluate traffic accident data.[5][6] The CMP GLM developed by Guikema and Coffelt (2008) is based on a reformulation of the CMP distribution above, replacing with . 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.[4][5] 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.[7] 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.[7] 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.[8]

The two GLM frameworks developed for the COM-Poisson distribution significantly extend the usefulness of this distribution for data analysis problems.

References

  1. "Conway-Maxwell-Poisson Regression". SAS Support. SAS Institute, Inc. Retrieved 2 March 2015.
  2. Conway, R. W.; Maxwell, W. L. (1962), "A queuing model with state dependent service rates", Journal of Industrial Engineering, 12: 132–136
  3. Shmueli G., Minka T., Kadane J.B., Borle S., and Boatwright, P.B. "A useful distribution for fitting discrete data: revival of the Conway–Maxwell–Poisson distribution." Journal of the Royal Statistical Society: Series C (Applied Statistics) 54.1 (2005): 127–142.
  4. 1 2 Guikema, S.D. and J.P. Coffelt (2008) "A Flexible Count Data Regression Model for Risk Analysis", Risk Analysis, 28 (1), 213–223. doi:10.1111/j.1539-6924.2008.01014.x
  5. 1 2 Lord, D., S.D. Guikema, and S.R. Geedipally (2008) "Application of the Conway–Maxwell–Poisson Generalized Linear Model for Analyzing Motor Vehicle Crashes," Accident Analysis & Prevention, 40 (3), 1123–1134. doi:10.1016/j.aap.2007.12.003
  6. Lord, D., S.R. Geedipally, and S.D. Guikema (2010) "Extension of the Application of Conway-Maxwell-Poisson Models: Analyzing Traffic Crash Data Exhibiting Under-Dispersion," Risk Analysis, 30 (8), 1268-1276. doi:10.1111/j.1539-6924.2010.01417.x
  7. 1 2 Sellers, K. S. and Shmueli, G. (2010), "A Flexible Regression Model for Count Data", Annals of Applied Statistics, 4 (2), 943-961
  8. Code for COM_Poisson modelling, Georgetown Univ.

External links

This article is issued from Wikipedia - version of the 7/19/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.