The Anscombe residuals for the inverse Gaussian distribution
Y : array
Endogenous response variable
mu : array
Fitted mean response variable
resid_anscombe : array
The Anscombe residuals for the inverse Gaussian distribution as defined below
Notes
resid_anscombe = log(Y/mu)/sqrt(mu)
statsmodels.genmod.families.family.InverseGaussian.predict
statsmodels.genmod.families.family.InverseGaussian.resid_dev
Enter search terms or a module, class or function name.