The most widely used model for count data analysis is Poisson regression. Poisson regression assumes that , given the vector of covariates , is independently Poisson distributed with
and the mean parameter—that is, the mean number of events per period—is given by
where is a parameter vector. (The intercept is ; the coefficients for the k regressors are .) Taking the exponential of ensures that the mean parameter is nonnegative. It can be shown that the conditional mean is given by
Note that the conditional variance of the count random variable is equal to the conditional mean in the Poisson regression model:
The equality of the conditional mean and variance of is known as equidispersion.
The standard estimator for the Poisson model is the maximum likelihood estimator (MLE). Because the observations are independent, the log-likelihood function is written as
For more information about the Poisson regression model, see the section Poisson Regression.
The Poisson model has been criticized for its restrictive property that the conditional variance equals the conditional mean. Real-life data are often characterized by overdispersion—that is, the variance exceeds the mean. Allowing for overdispersion can improve model predictions because the Poisson restriction of equal mean and variance results in the underprediction of zeros when overdispersion exists. The most commonly used model that accounts for overdispersion is the negative binomial model. Conway-Maxwell-Poisson regression enables you to model both overdispersion and underdispersion.