statsmodels.stats.outliers_influence.GLMInfluence.resid_studentized¶
-
GLMInfluence.
resid_studentized
¶ 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.