|
|
|
|
|
by thaumasiotes
2560 days ago
|
|
> if I am not mistaken then least squares was invented largely due to the central limit theorem by Gauss I'm not really speaking from expertise here, but I thought least-squares error measurement was based on the fact that the metric is easy to minimize, because taking the derivative of x^2 is easy, whereas taking the derivative of |x| is complicated. Least cubes doesn't really work conceptually, as it would imply that if an outlier above the fitted curve is bad, then an outlier below the fitted curve is good. That's not what you want. |
|