Logo

statsmodels.regression.linear_model.OLSResults.norm_resid

OLSResults.norm_resid()

Residuals, normalized to have unit length and unit variance.

Returns:An array wresid/sqrt(scale) :

Notes

This method is untested

Previous topic

statsmodels.regression.linear_model.OLSResults.nobs

Next topic

statsmodels.regression.linear_model.OLSResults.normalized_cov_params

This Page