- #1
Mark53
- 93
- 0
Homework Statement
given that X is an n × p matrix with linearly independent columns.
And $$X^∗ = XA$$ where A is an invertible p × p matrix.
a)
Show that: $$X^*{({X^*}^TX^*)^-}^1{X^*}^T = X{(X^TX)^-}^1X^T$$
b)
Consider two alternative models
$$M : Y = Xβ + ε$$ and $$M^∗ : Y = X^∗β ^∗ + ε$$
Show that $$η^∗ = η$$, i.e., the vector of fitted values is the same, whatever the form of the design matrix X.
The Attempt at a Solution
a)$$X^*{({X^*}^TX^*)^-}^1{X^*}^T = XA{(X^TA^TXA)^-}^1X^TA^T$$
multiplying by A inverse
$$=X{(X^TA^TXA)^-}^1X^TA^T$$
can I then multiply it by the A transpose to give:
$$=X{(X^TA^TXA)^-}^1X^TA^TA^T$$
$$=X{(X^TA^TXA)^-}^1X^TA$$
Then the inverse of A again to get
$$=X{(X^TA^TXA)^-}^1X^T$$
not sure if this is the right process
b)
not sure how to get started on this part