I am writing a statement for a model that:
The relationship between two independent variables $V_{1}$ and $V_{2}$, a linear model that accounts for errors in from both $x-$ and the $y-$ axis must be defined, such that the model satisfies both $V_1(V_2)$ and $V_2(V_1)$ relationships.
Here, I am using Deming regression where it considers errors from both axes, instead of only in $y-$ axis in OLS.
My intention is to so that it does not matter which variable will be the dependent or predictor variables.
In this case, is $V_1(V_2)$ and $V_2(V_1)$ correct? or is there's another way e.g. $ f(x, y) = f(y, x)$ ?