statsmodels.stats.outliers_influence.GLMInfluence.resid_studentized

method

GLMInfluence.resid_studentized()[source]

Internally studentized pearson residuals

Notes

residuals / sqrt( scale * (1 - hii))

where residuals are those provided to GLMInfluence which are pearson residuals by default, and hii is the diagonal of the hat matrix.