Evaluates the sum of the squares due to error (often referred to as SSE) for the (multi-linear) regression considered.
The sum of the squares due to error (SSE).
The SSE is the sum of the squares of the distances in the y-coordinate between the regression function and each of the data points. That is, the SSE is evaluate as follows:
SSE = Sum of (yi - Ri)2,
where yi is the value of the second coordinate of the i-th data point to which the
regression function is fitted, and Ri is the value of regression function evaluated at the
i-th data point.
Remarks:
Please note that before this method is called you must have already performed the following tasks:
GeneralLinear Class | WebCab.COM.Statistics.CurveFitting Namespace