A standard approach for approximating solutions to overdetermined systems by finding model parameters that minimize the sum of the squared differences between observed and predicted values. This sum is known as the sum of squared residuals (SSR). The goal is to find the parameters \(\hat{\beta}\) that minimize the function \(S(\beta) = \sum_{i=1}^{n} (y_i – x_i^T \beta)^2\).
