Logo

statsmodels.discrete.discrete_model.NegativeBinomialAncillaryResults.resid

static NegativeBinomialAncillaryResults.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.

Previous topic

statsmodels.discrete.discrete_model.NegativeBinomialAncillaryResults.remove_data

Next topic

statsmodels.discrete.discrete_model.NegativeBinomialAncillaryResults.save

This Page