I'm just reading a book on econometrics and now I'm stuck with a problem:
There is a Theorem on "Orthogonal Partitioned Regression" which says:
"In the multiple linear least squares regression of $y$ on two sets of variables $X_1$ and $X_2$, if the two sets of variables are orthogonal, then the separate coefficient vectors can be obtained by separate regressions of $y$ on $X_1$ alone and $y$ on $X_2$ alone. ..."
Furthermore, the authors says that $X_1$ and $X_2$ are orthogonal if: $$ (X_1)' X_2=0 \, , $$ which confuses me because so far I always thought the condition for orthogonality between two matrices is that $(X_1)' X_2=I$.
The book is: W. Greene, Econometric Analysis, 7th ed. / Theorem 3.1 / p.33
What I found so far is:
Link 1 and Link 2 (search for: "imagine"), but neither really helps me with my problem.
BR Fabian
The definitions I see in your links are unusual to me, but I think you have already answered your own question.
In the sentence beginning with "Imagine" sentence in your Link 2, I think this is the definition of "orthogonal matrices" that you want: Two matrices $X_{1}, X_{2}$ are orthogonal provided that "the columns of $X_{1}$ are orthogonal to the columns of $X_{2}$ such that $X_{1}'X_{2} = 0$."
I have not heard of a notion of "orthogonal matrices" outside of this question. An orthogonal matrix is a matrix $X$ satisfying $X'X = I$.