Tentamen Flashcards
What is the LS estimator of beta?
β hat = (X’X)-1X’y
What is the LS estimator of σ2?
s2 = e’e/(n-k)
How to show that beta hat (LS) is unbiased?
E(β hat) = E[(X’X)-1X’y] = (X’X)-1X’ E[y] = (X’X)-1X’X β = β
How to show that s2 is unbiased, or how to derive it?
Let B, a positive semidefinite matrix. Then we can rewrite s2 = y’By = (Xβ + u)’B(Xβ +u) = u’Bu + 2 β’X’Bu + β’ X’ BX β.
If we take the expectation of this:
E(s2) = E(u’Bu) + β’ X’ BX’ β = σ2 tr(B) + β’ X’ BX β.
Since we know that BX = 0 is satisfied if B = M (residual maker), and tr(M) = n - k, s2 = y’My/(n-k) = e’e/(n-k) is unbiased.
How to derive the variance of beta hat?
Var(β hat) = Var[(X’X)-1X’y] = (X’X)-1X’ Var(y) ((X’X)-1X)’ = (X’X)-1X’ σ2 In X’(X’X)-1 = σ2 (X’X)-1
Show that no other linear unbiased estimator of β has a lower variance.
When to use the F-statistic for testing, and what is it?
The F-statistic should be used when testing multiple linear restrictions, where R is a matrix with the formula of the restriction, and r is the value.
What is the statistic for testing a single restriction?
w is a vector of the restriction, r is the value.
What is the statistic for testing if beta equals zero?
How to derive a ML-estimator?
- First create the Likelihood function (the product of n draws of the CDF)
- Take the ln of this function
- Derive it
- Equate to zero
- Possibly take the second derivative to show that it is in fact a minimum
Show the Cramer-Rao inequality, what does this mean?
It means that if an unbiased estimator achieves the lower bound it’s efficient.
What is the adjusted R2, and what is R2 (formulas)?
Note: SST = y’Ay
What is the difference between a model and a data generating process?
A model tries to approximate the DGP, but is does not equal the DGP (generally).
How can be shown that the normal distribution is a second order approximation around te mode?
How is σ hat, and β hat derived (using the ML)?