|
|
|
|
|
by mikorym
2556 days ago
|
|
If you vary the size of the opening, am I correct that that just changes the parameters on the curve? I've known about the central limit theorem for a long time and was probably taught about it in first year, but I have never managed to sit down and understand how to prove it properly. One side effect of the theorem should be to explain least squares—if I am not mistaken then least squares was invented largely due to the central limit theorem by Gauss. We can always do least cubes, but that does not provide us (usually) with better results. |
|
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.