Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.08 KB

File metadata and controls

18 lines (16 loc) · 1.08 KB

Negative Binomial Regression

Negative binomial regression is a generalization of Poisson regression which loosens the restrictive assumption that the variance is equal to the mean made by the Poisson model. The traditional negative binomial regression model, commonly known as NB2, is based on the Poisson-gamma mixture distribution.

Code

python3 sample.py

Resources