scikits.statsmodels.family.family.InverseGaussian.devresid

InverseGaussian.devresid(Y, mu)

Returns the deviance residuals for the inverse Gaussian family.

Parameters:

Y : array-like

Endogenous response variable

mu : array-like

Fitted mean response variable

Returns:

resid_dev : array

Deviance residuals as defined below

Next topic

scikits.statsmodels.family.family.InverseGaussian.deviance

This Page