I'm trying to show that SSE and SSR are independent (conditionally on X) but I have to use the following steps/hint. [Hint: Notice you have to consider SSE and SSR as random variables, so be careful how you define them. You may want to use the result that two linear forms U = AX and V = BX, with A and B being constant matrices and X is Normal, are independent iff Cov(U, V) = 0].
I know that the question was posted before but I'm not finding how to prove it using this hint.
Any help is much appreciated!
If $\mathbb{E}(Y\mid X)=X\beta$, then OLS estimate of $\beta$, is $\hat{\beta}=(X'X)^{-1}X'Y$. Then $$SSE=(Y-X\hat{\beta})'(Y-X\hat{\beta})=(Y-X(X'X)^{-1}X'Y)'(Y-X(X'X)^{-1}X'Y)\\=Y'(I-X(X'X)^{-1}X')'(I-X(X'X)^{-1}X')Y$$ Similarly $$SSR=Y'X(X'X)^{-1}X'Y$$ Now $X(X'X)^{-1}X'$ and $I-X(X'X)^{-1}X'$ are
So by Fisher Cochran Theorem $SSE$ and $SSR$ are independent.