For multiple linear regression model Y = Xβ + e, assume X is non-random.
Assume Gauss-Markov assumptions hold. Show that variance-covariance matrix of b, the least square estimates of β is σ²(X'X)^-1.
Cov(b) = Cov[(X'X)^-1 * X'Y]
= (X'X)^-1 * X'Cov(Y)X(X'X)^-1
= ... I know the rest of the steps
My questions are:
1) notation for variance-covariance matrix of b is both Var(b) or Cov(b), correct?
2) I don't understand how I go from Cov[(X'X)^-1 * X'Y] to (X'X)^-1 * X'Cov(Y)X(X'X)^-1. Can anyone clarify? Thanks
Assume Gauss-Markov assumptions hold. Show that variance-covariance matrix of b, the least square estimates of β is σ²(X'X)^-1.
Cov(b) = Cov[(X'X)^-1 * X'Y]
= (X'X)^-1 * X'Cov(Y)X(X'X)^-1
= ... I know the rest of the steps
My questions are:
1) notation for variance-covariance matrix of b is both Var(b) or Cov(b), correct?
2) I don't understand how I go from Cov[(X'X)^-1 * X'Y] to (X'X)^-1 * X'Cov(Y)X(X'X)^-1. Can anyone clarify? Thanks