statsmodels.genmod.families.family.Gamma.resid_anscombe

Gamma.resid_anscombe(endog, mu, var_weights=1.0, scale=1.0)[source]

The Anscombe residuals

Parameters:
endogndarray

The endogenous response variable

mundarray

The inverse of the link function at the linear predicted values.

var_weightsarray_like

1d array of variance (analytic) weights. The default is 1.

scalefloat, optional

An optional argument to divide the residuals by sqrt(scale). The default is 1.

Returns:
resid_anscombendarray

The Anscombe residuals for the Gamma family defined below

Notes

resid_anscombei=3(endogi1/3μi1/3)/μi1/3/scale(var_weights)