The Anscombe residuals for Gamma exponential family distribution
Y : array
Endogenous response variable
mu : array
Fitted mean response variable
resid_anscombe : array
The Anscombe residuals for the Gamma family defined below
Notes
resid_anscombe = 3*(Y**(1/3.)-mu**(1/3.))/mu**(1/3.)
statsmodels.genmod.families.family.Gamma.predict
statsmodels.genmod.families.family.Gamma.resid_dev
Enter search terms or a module, class or function name.