Standardized Residuals Calculator

This calculator determines the list of standardized residuals associated with each observation in a linear regression model.

(Comma or space separated)

(Comma or space separated)

Linear Regression Equation:

R-Squared:

List of Standardized Residuals:

How to Calculate Standardized Residual?

The standardized residual is calculated using the following formula:

Standardized Residual =  
yi - ŷi
Se

Where,
yi = Observed (actual) value,
ŷi = Predicted value of the ith observation,
Se = Standard error of the residuals.

Se =

Σ (yi - ŷi)2

n - p

Where,
n = Total number of data points,
p = Number of parameters in the model.