Count-Data Regression

count-datapoisson-regressionnegative-binomialhurdle-modelzero-inflatedgeneralized-linear-model

Definition

Count-data regression models a non-negative integer response y{0,1,2,}y\in\{0,1,2,\dots\} (event counts) as a function of covariates. The baseline is Poisson regression, a generalized linear model (GLM) with a log-linear mean logμ=xβ\log\mu = x^\top\beta and the Poisson variance restriction Var(y)=μ\operatorname{Var}(y)=\mu. Because real count data — especially in economics and the social sciences — routinely violate that restriction through over-dispersion (Var(y)>μ\operatorname{Var}(y)>\mu) and an excess of zeros, a ladder of richer models relaxes it: quasi-Poisson, negative binomial, and the zero-augmented hurdle and zero-inflated models.

Key Ideas

How It Works

The over-dispersion ladder.

The excess-zeros extensions (zero-augmented models).

Why It Matters

Open Questions

Related