hw1 Econometrics
hw1 Econometrics
Eric Weese
Problem Set 1
Due: 18 April 2021
2. Let y be a scalar random variable, and x be a k × 1 random vector. Show that the
following inequality holds for any function g(x).
yi = β1 xi1 + β2 xi2 + εi , i = 1, . . . , n,
where β1 and β2 are scalar, and xi1 = 1 for all i. Let b2 denote the least squares
estimate of β2 from this regression model. Consider another regression model
yi = γ1 (xi2 − x2 ) + ui , i = 1, . . . , n,
P
where x2 = n−1 ni=1 xi2 . Let c1 denote the least squares estimate of γ1 from this
regression model.
A researcher argues that b2 = c1 . Is her claim correct? Give a proof of your answer.
y = Xβ + ε = X 1 β 1 + X 2 β 2 + ε,
1
5. Consider the linear regression model
y = Xβ + ε = X 1 β 1 + X 2 β 2 + ε,
y i = β 1 + β 2 xi + εi , i = 1, . . . , n.
Let β̂2 denote the OLS estimator of β2 from this regression model. Show that β̂2 =
Pn Pn −1
Pn −1
Pn
i=1 (xi − x̄)(yi − ȳ)/ i=1 (xi − x̄) , where x̄ = n
2
i=1 xi and ȳ = n i=1 yi .
P
9. Suppose xi ∼ iid with Exi = µ and var(xi ) = σ 2 . Let x̄ = n−1 ni=1 xi . Let
P
S 2 = (n − 1)−1 ni=1 (xi − x̄)2 denote the sample variance of x. Show that S 2 →p σ 2 .
√
10. Suppose n(θ̂ − θ) →d N (0, σ 2 ). Prove θ̂ →p θ.