statsmodels.regression.linear_model.RegressionResults.resid_pearson# RegressionResults.resid_pearson[source]# Residuals, normalized to have unit variance. Returns: numpy:array_likeThe array wresid normalized by the sqrt of the scale to have unit variance.