Residual Sum of Squares (SSE) Calculator

This calculator determines the residual sum of squares (SSE) for a given regression model from the predictor and response values.

Residual Sum of Squares (SSE):

How to Use the Residual Sum of Squares Calculator?

  1. Enter the list of predictor and response (observed) values.
  2. Make sure the inputted list should be comma or space separated.
  3. Press the 'Calculate' button to obtain the residual sum of squares (SSE) result.

Formula to Calculate SSE

SSE = Σ(yi - ŷi)2

Where,
yi = Observed value,
ŷi = Predicted value.