Difference between revisions of "Negative Binomial Regression"

From Cohen Courses
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
 
   </math>
 
   </math>
  
Negative binomial regression is appropriate when variance >> mean. A variation of this method, called zero-inflation correction, allows one to control for excess zeros. Thus zero-inflation binomial regression allows one, in a single regression, to select variables that contribute to the true content in the response variable (“count model coefficients”) and also a (potentially
+
Negative binomial regression is appropriate when variance >> mean. A variation of this method, called zero-inflation correction, allows one to control for excess zeros. Zero-inflation binomial regression allows one, in a single regression, to select variables that contribute to the true content in the response variable (“count model coefficients”) and also a (potentially
 
different) set of variables that contribute to the excess zeros in the response (“zero-inflation model coefficients”).
 
different) set of variables that contribute to the excess zeros in the response (“zero-inflation model coefficients”).
 +
 +
== Relevant Papers ==
 +
 +
{{#ask: [[UsesMethod::Negative Binomial Regression]]
 +
| ?AddressesProblem
 +
| ?UsesDataset
 +
}}

Latest revision as of 23:22, 31 March 2011

This is a regression method that is preferable in certain situations to Poisson Regression.

Typically, Poisson regression is used to model counts of various kinds. However, Poisson random variables are expected to have a mean equal to its variance, which is often not the case in real-world situations. An example of this is the maximum diffusion length of Facebook fan pages in Sun, E., I. Rosenn, C. A Marlow, and T. M Lento. Gesundheit! Modeling Contagion through Facebook News Feed. Proc. ICWSM 9.

Formally, a Poisson distribution can be characterized as:

Whereas the negative binomial distribution can be defined as:

Negative binomial regression is appropriate when variance >> mean. A variation of this method, called zero-inflation correction, allows one to control for excess zeros. Zero-inflation binomial regression allows one, in a single regression, to select variables that contribute to the true content in the response variable (“count model coefficients”) and also a (potentially different) set of variables that contribute to the excess zeros in the response (“zero-inflation model coefficients”).

Relevant Papers