scikits.statsmodels.family.family.NegativeBinomial.resid_anscombe

NegativeBinomial.resid_anscombe(Y, mu)

The Anscombe residuals for the negative binomial family

Parameters:

Y : array-like

Endogenous response variable

mu : array-like

Fitted mean response variable

Returns:

resid_anscombe : array

The Anscombe residuals as defined below.

Previous topic

scikits.statsmodels.family.family.NegativeBinomial.loglike

Next topic

scikits.statsmodels.family.family.Poisson

This Page