scikits.statsmodels.family.family.InverseGaussian.resid_anscombe

InverseGaussian.resid_anscombe(Y, mu)

The Anscombe residuals for the inverse Gaussian distribution

Parameters:

Y : array

Endogenous response variable

mu : array

Fitted mean response variable

Returns:

resid_anscombe : array

The Anscombe residuals for the inverse Gaussian distribution as defined below

Previous topic

scikits.statsmodels.family.family.InverseGaussian.loglike

Next topic

scikits.statsmodels.family.family.NegativeBinomial

This Page