statsmodels.discrete.count_model.ZeroInflatedNegativeBinomialResults.resid¶
- ZeroInflatedNegativeBinomialResults.resid¶
Residuals
Notes
The residuals for Count models are defined as
\[y - p\]where \(p = \exp(X\beta)\). Any exposure and offset variables are also handled.
Last update:
Oct 03, 2024