ZINB
ZINB refers to the zero-inflated negative binomial distribution, a two-part model designed for count data that show both overdispersion and excess zeros. It combines a binary process that yields additional zeros with a negative binomial process that governs positive counts.
In formal terms, let Y be a nonnegative integer. With probability pi, the observation is an extra
- P(Y = 0) = pi + (1 - pi) NB(0; r, p)
- P(Y = y) = (1 - pi) NB(y; r, p) for y = 1, 2, ...
Here NB(y; r, p) is the negative binomial probability, often parameterized by shape r and success probability
Parameters pi, r (or mu, k) are typically estimated by maximum likelihood or Bayesian methods. Zero-inflation
ZINB models are commonly applied to ecological and epidemiological data, genomics (notably single-cell sequencing), and insurance