Why squared error? (2014)
benkuhn.net
Why squared error? (2014)
1–10 of 101 posts
Re: Why squared error? (2014)
#2Re: Why squared error? (2014)
#3Re: Why squared error? (2014)
#4BTW, "error" is a misleading term - it communicates some fault, at least in the common sense. Distance would be much better term.
So, "squared distance" makes much more sense, because negative distance is nonsense.
Re: Why squared error? (2014)
#5To make it positive and to amplify it (as a side-effect). BTW, "error" is a misleading term - it communicates some fault, at least in the common sense. Distance would be much better term. So, "squared distance" makes much more sense, because negative distance is nonsense.
Re: Why squared error? (2014)
#6Re: Why squared error? (2014)
#7The Bayesian formulation for the likelihood function would make this squared error explicitly clear.
Re: Why squared error? (2014)
#8The Bayesian formulation for the likelihood function would make this squared error explicitly clear.
Re: Why squared error? (2014)
#9To make it positive and to amplify it (as a side-effect). BTW, "error" is a misleading term - it communicates some fault, at least in the common sense. Distance would be much better term. So, "squared distance" makes much more sense, because negative distance is nonsense.
Well it will only amplify values > 1.
Consider values 1/2 and 1/4: in the original space it's double but in the squared space it becomes 1/4 and 1/16 so the difference is 4x. Also relevantly if you compare eg 0.9 and 1, the gap between them is amplified after squaring.
Re: Why squared error? (2014)
#10To make it positive and to amplify it (as a side-effect). BTW, "error" is a misleading term - it communicates some fault, at least in the common sense. Distance would be much better term. So, "squared distance" makes much more sense, because negative distance is nonsense.
Just look at bog-standard linear regressions, say Y_i = m X_i + b + ε_i. It makes no sense to call the ε_i terms "distance".