PS3_Answer
PS3_Answer
Standard errors: √
SE(β̂1 ) = 100 = 10
√
SE(β̂2 ) = 1600 = 40
Thus, the standard error of β̂1 is 10, and the standard error of β̂2 is 40.
β̂i
t=
SE(β̂i )
where: - β̂i is the IV estimate for the i-th parameter. - SE(β̂i ) is the standard
error of the estimate.
From the problem: - β̂1 = 1, β̂2 = 2 - Standard errors are SE(β̂1 ) = 10,
SE(β̂2 ) = 40
t-statistic for β̂1 :
β̂1 1
tβ̂1 = = = 0.1
SE(β̂1 ) 10
The t-statistic for β̂1 is 0.1. The t-statistic for β̂2 is 0.05.
1
3. We want to test the following hypotheses using the Wald
test.
β̂22
W =
Var(β̂2 )
where: - β̂2 = 2 (the IV estimate of β2 ). - Var(β̂2 ) = SE(β̂2 )2 = 402 = 1600.
β̂22 22 4
W = = = = 0.0025
Var(β̂2 ) 1600 1600
The Wald test statistic is 0.0025.
β̂2 2
tβ̂2 = = = 0.05
SE(β̂2 ) 40
The t-test typically follows a t-distribution under the null hypothesis, but for
large samples, it converges to the standard normal distribution.
2. Wald test:
β̂22 4
W = = = 0.0025
Var(β̂2 ) 1600
The Wald test statistic follows a chi-squared distribution with 1 degree of free-
dom under the null hypothesis.
Relationship between the t-test and the Wald test:
W = t2
W = (0.05)2 = 0.0025
Both tests provide similar information, but they are expressed in different
distributions. The t-test statistic is used to assess significance under the t-
distribution. The Wald test statistic is used under the chi-squared distribution.
2 Textbook Questions
a. Essential conditions for unbiasedness and consistency of
OLS estimator b
1. Unbiasedness: - Linearity: The model must be linear in parameters:
yi = β1 + β2 xi2 + β3 xi3 + ϵi
2
- Exogeneity: The error term ϵi must satisfy:
E[xi2 ϵi ] = 0, E[xi3 ϵi ] = 0
N
1 X
xi3 (yi − β1 − β2 xi2 − β3 xi3 ) = 0
N i=1
Solve these to get the MoM estimates.
3. Comparison with OLS:
The MoM estimator is the same as the OLS estimator. Both solve the same
moment conditions.
3
c. Examples of nonzero correlation between xi3 and ϵi
1. Omitted variable bias: If a relevant variable is excluded from the model
and this variable is correlated with both xi3 and ϵi , there can be correlation
between xi3 and ϵi .
E[zi ϵi ] = 0
This leads to a new estimator for β, called the IV estimator, which is consistent
even when cov(xi3 , ϵi ) ̸= 0.