statsmodels.genmod.families.family.Gaussian.resid_anscombe
-
Gaussian.resid_anscombe(endog, mu)[source] -
The Anscombe residuals for the Gaussian exponential family distribution
Parameters: endog : array
Endogenous response variable
mu : array
Fitted mean response variable
Returns: resid_anscombe : array
The Anscombe residuals for the Gaussian family defined below
Notes
resid_anscombe=endog-mu
Please login to continue.