1.2 OLS Estimation Flashcards
What does OLS estimation do?
If chooses values for beta that minimises the residual sum of squares. These values are denoted beta hat
In matrix form how does choosing beta hat to minimise the residual sum of squares translate?
Choose beta hat to minimise RSS= u hat’ x u hat
What is u hat equal to?
U hat = y-x(beta hat)
When we solve for beta hat what do we get?
Beta hat = (x’x)^(-1) x’y
Properties of OLS estimator beta hat
- beta hat= beta + (x’x)^(-1) x’u
- E(beta hat) = beta (unbiased estimator)
- V(beta hat) = ó^2 (x’x)^(-1)
What is M and how can we define it?
M is a symmetric idempotent matrix
M= I- x(x’x)^(-1) x’
How can we measure how well the sample regression fits the data?
Using R^2= ESS/TSS= 1- RSS/TSS
When adding a new explanatory variable when will the R^2 value increase?
Always regardless of how much the new variables contributes in terms of explanation
How is adjusted R^2 different from R^2?
It is exactly the same apart from there is a penalty for including additional varaibles