Standard Deviation of Random Errors
Statistics • Simple Linear Regression
Frequently Asked Questions
What is the standard deviation of random errors in simple linear regression?
It measures the typical vertical distance between observed y values and the fitted regression line. It is often called the residual standard error or standard deviation of errors.
How is the standard deviation of errors computed from regression data?
It is computed from the residuals using the sum of squared errors (SSE) and the degrees of freedom n - 2. A common formula is se = sqrt(SSE / (n - 2)).
Why does the calculator show residual segments and a residual histogram?
Residual segments help you see each error ei = yi - yhat_i on the scatter plot, while the histogram shows the overall distribution of residuals. Together they help assess spread and potential normality of errors.
What do the xA and xB error-spread slices represent?
They mark vertical slices at two chosen x-values to visualize the typical error spread in y-units using se. Comparing slices helps you think about whether variability looks roughly constant across x.
When should you be cautious interpreting the standard deviation of errors?
Be cautious when regression assumptions are violated, such as non-constant variance, strongly non-normal residuals, or dependence among errors. Outliers and influential points can also inflate the error standard deviation.