statsmodels.genmod.families.family.Tweedie.resid_anscombe¶
-
Tweedie.
resid_anscombe
(endog, mu, var_weights=1.0, scale=1.0)[source]¶ The Anscombe residuals
- Parameters
- endog
ndarray
The endogenous response variable
- mu
ndarray
The inverse of the link function at the linear predicted values.
- var_weightsarray_like
1d array of variance (analytic) weights. The default is 1.
- scale
float
,optional
An optional argument to divide the residuals by sqrt(scale). The default is 1.
- endog
- Returns
- resid_anscombe
ndarray
The Anscombe residuals as defined below.
- resid_anscombe
Notes
When p=3, then
resid_anscombei=log(endogi/μi)/√μi∗scale∗√(var_weights)Otherwise,
c=(3−p)/3resid_anscombei=(1/c)∗(endogci−μci)/μp/6i/√scale∗√(var_weights)