|
|
|
|
|
by willvarfar
392 days ago
|
|
Squaring is a really good way to make the common-but-small numbers have bigger representation than the outlying-but-large numbers. I just did a quick google and first real result was this blog post with a good explanation with some good illustrations https://jlmc.medium.com/understanding-three-simple-statistic... Its the very first illustration at the top of that blog post that 'clicks' for me. Hope it helps! The inverse is also good: mean-square-error is the good way for comparing how similar two datasets (e.g. two images) are. |
|