statsmodels.stats.outliers_influence.GLMInfluence.resid_studentized# GLMInfluence.resid_studentized[source]# Internally studentized pearson residuals 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.