I have two one dimensional dataset $X$ and $Y$.
I run regression and obtained $A$ from $Y = AX$. And another regression and obtain $B$ from $X = BY$. What's the relationship between $A$ and $B$? Is it always $A = 1/B$? My computer simulation suggests otherwise...