Exam2 Solution
Exam2 Solution
Exam
Problem 1: (15 points)
Suppose that the classical regression model applies but that the true value of
the constant is zero. In order to answer the following questions assume just
one independent variable.
1. Give the formulae for the two least squares slope estimators (the one
with and the one without the constant).
2. Calculate their variances.
3. Compare the variance of the least squares slope estimator computed
without a constant term with that of the estimator computed with an
unnecessary constant term.
Solution:
1.
P
(xi − x̄)(yi − ȳ)
y = β1 + β2 x + ε → β2 = i P 2
P i (xi − x̄)
xi yi
y = β˜2 x + ε → β˜2 = Pi 2
i xi
2.
σ2
V ar(β2 ) = P 2
i (xi − x̄)
σ2
V ar(β˜2 ) = P 2
i xi
Econometrics - Exam 2
− x̄)2
P
(xi
iP
= 2
i xi
X X X X
(xi − x̄)2 = (x2i − 2xi x̄ + x̄) = x2i − 2nx̄x̄ + nx̄2 = x2i − nx̄2
x2i
− nx̄2
P
iP
= 2
i xi
nx̄2
= 1− P 2 ≤1
i xi
β 0 x and V ar[y|x] = (β 0 x)2 . For this model, prove that the GLS and MLE
estimators are the same, even though this distribution involves the same
parameters in the conditional mean function and the disturbance variance.
Solution:
First the GLS estimator:
!−1 !
X xi xi 0 X xi yi
β̂ GLS = (X 0 Ω−1 X)−1 X 0 Ω−1 y =
i
(β 0 xi )2 i
(β 0 xi )2
Solution:
1. If the individual effects are strictly uncorrelated with the regressors
then a random effects model is the appropriate model. However, if a
fixed effect model is estimated the estimates will be consistent but not
efficient.
2. Breush-Pagan LM test: Test statistic is 453.82, the critical value from
the chi-squared table is 3.84, so the null hypothesis that random effects
are not needed can be rejected.
Hausman Test: Test statistic is 1.27, the critical value from the chi-
squared table is 5.99, so the null hypothesis of the random effects model
cannot be rejected.
Econometrics - Exam 5
Solution:
1. ∆yt = yt − yt−1 = εt , white noise, no more autocorrelation
2. ∆yt = yt − yt−1 = β1 + εt − εt−1 . This is an MA(1) process with
θ 1 1
autocorrelation 1+θ 2 = 1+1 = 2 .
σu2
V ar(εt ) =
1 − ρ2
ρ−1
|ρ| > Assume ρ > 0 and |ρ| < 1
2
ρ−1 1
ρ > − →ρ>
2 3
If the original autocorrelation is greater than 1/3 (For economic data,
this is likely to be fairly common.) the differenced process has a smaller
autocorrelation.