scikits.statsmodels.family.family.NegativeBinomial.devresid

NegativeBinomial.devresid(Y, mu)

Negative Binomial Deviance Residual

Parameters:

Y : array-like

Y is the response variable

mu : array-like

mu is the fitted value of the model

Returns:

resid_dev : array

The array of deviance residuals

Next topic

scikits.statsmodels.family.family.NegativeBinomial.deviance

This Page