I have an intuition that correlation tries to find a best fit line and minimizes the distance from points to that line.
I know that regression works by minimizing the squared vertical distance to a best fit line, but this makes regression non-symmetrical (i.e., y~x != x~y
), which makes me think that correlation must not be minimizing the distance in the same way.