Enter the independent and dependent variables in the tool, and the calculator will compute the SSE value.
Related
The SSE calculator is a statistical tool used to estimate the variability of data values around a regression line. It calculates how much the dependent variable deviates from predicted values in regression analysis.
The Sum of Squared Errors (SSE) or Residual Sum of Squares (RSS) measures the difference between observed and predicted values. It shows the spread of dataset values and is an alternative measure to standard deviation or absolute deviation.
Consider the following dataset:
We want to find the Sum of Squared Residuals (SSE) for this data.
| Obs. | X | Y |
|---|---|---|
| 1 | 6 | 14 |
| 2 | 7 | 15 |
| 3 | 7 | 15 |
| 4 | 8 | 17 |
| 5 | 12 | 18 |
| 6 | 14 | 18 |
| 7 | 15 | 16 |
| 8 | 16 | 14 |
| 9 | 16 | 11 |
| 10 | 19 | 8 |
For X:
SSXX = ΣXi2 - (ΣXi)² / n = 1636 - (120)² / 10 = 196
For Y:
SSYY = ΣYi2 - (ΣYi)² / n = 2220 - (146)² / 10 = 88.4
For XY:
SSXY = Σ(Xi·Yi) - (ΣXi·ΣYi) / n = 1690 - (120·146)/10 = -62
Slope (β̂₁): β̂₁ = SSXY / SSXX = -62 / 196 = -0.31633
Intercept (β̂₀): β̂₀ = Ȳ - β̂₁·X̄ = 14.6 - (-0.31633 × 12) = 18.396
Regression Equation: Ŷ = 18.396 - 0.31633X
Total Sum of Squares: SSTotal = SSYY = 88.4
Regression Sum of Squares: SSR = β̂₁·SSXY = -0.31633 × -62 = 19.612
Error Sum of Squares (SSE): SSE = SSTotal - SSR = 88.4 - 19.612 = 68.788
SSE explains how closely the independent variable relates to the dependent variable.
A high SSE indicates greater deviation from predicted values, implying a less accurate model fit.
No. SD measures overall variability, while SSE measures squared deviations from predicted values.
No. SSE is always positive because it is computed by squaring residuals.
Related
Links
Home Conversion Calculator About Calculator Online Blog Hire Us Knowledge Base Sitemap Sitemap TwoEmail us at
Contact Us© Copyrights 2026 by Calculator-Online.net