GLMNB
GLMNB, or Generalized Linear Model for Negative Binomial Regression, is a statistical method used for modeling count data. It is particularly useful when the data exhibits overdispersion, a common issue in count data where the variance is greater than the mean. The negative binomial distribution, which allows for both the mean and variance to be estimated separately, is often used in GLMNB to account for this overdispersion.
The GLMNB model is an extension of the traditional Generalized Linear Model (GLM). While GLMs assume that
In GLMNB, the negative binomial distribution is used to model the response variable. The probability mass function
P(Y = y) = (y + k - 1 choose y) (p^k) ((1 - p)^y)
where y is the count, k is the dispersion parameter, and p is the probability of success
The GLMNB model is estimated using maximum likelihood estimation, where the parameters of the model are chosen
GLMNB has been widely used in various fields, including ecology, epidemiology, and economics, to model count