ps3 PDF
ps3 PDF
Explain why equations (a)–(c) are correct, but (d)–(h) are incorrect. Can you correct
(g) and (h)? A diagram would be useful in answering this question.
(a) Obtain formulae for β̂1 and β̂2 , the least squares estimators, from the general
result: β̂ = (X X)−1 X y.
(b) Obtain formulae for var(β̂1 ), var(β̂2 ), and covar(β̂1 , β̂2 ) from the general OLS
result: V (β̂) = σ2 (X X)−1 .
yt = β1 + β2 xt + t , t = 1, · · · , T.
1
5. Consider the multiple linear regression model y = Xβ + with k explanatory variables
in X. Show that if all the observations on a particular explanatory variable are multi-
plied by λ, then the residuals of the regression are unchanged while the corresponding
regression coefficient is multiplied by 1/λ. Use this result to explain what will happen
when a particular explanatory variable is measured in thousands of pounds instead of
millions of pounds.
6. Consider the classic linear regression model with dependent S ×1 vector y and regressor
S × k matrix X fitted to a panel data set, with each individual i observed over T time
periods. There are N individual in the sample, so S = N · T . The data is organized
by grouping together all time observations for each individual, so the dependent vector
is: ⎛ ⎞
y1 ⎛ ⎞
⎜ . ⎟ y11
⎜ . ⎟ ⎜ . ⎟
⎜ . ⎟ ⎜ .. ⎟
⎜ ⎟ ⎜ ⎟
⎜ .. ⎟ ⎜ ⎟
⎜ . ⎟ ⎜ y ⎟
⎜ ⎟ ⎜ 1T ⎟
⎜ .. ⎟ ⎜ . ⎟
⎜ . ⎟ ⎜ .. ⎟
⎜ ⎟ ⎜ ⎟
⎜ ⎟ ⎜ y ⎟
⎜ ys ⎟ ⎜ it ⎟
y=⎜ ⎟
⎜ .. ⎟ = ⎜ . ⎟
⎜ . ⎟ ⎜ ⎟
⎜ ⎟ ⎜ .. ⎟
⎜ .. ⎟ ⎜ ⎟
⎜ . ⎟ ⎜ yN 1 ⎟
⎜ ⎟ ⎜ ⎟
⎜ . ⎟ ⎜ ⎟
⎜ .. ⎟ ⎜ y N 2 ⎟
⎜ ⎟ ⎜ . ⎟
⎜ . ⎟ ⎜ ⎟
⎜ . ⎟ ⎝ .. ⎠
⎝ . ⎠
yN T
yS
The regressor matrix X and the true error vector true are organized in a similar fashion.
The model is assumed to satisfy:
A1 : rank(X) = k
A2 : y = Xβ true + true with Etrue = 0
The regressors X are assumed to be unrelated to the error term true in one of two
alternative ways:
Strongly exogenous defined as: A3Rmi : E(true |X) = Etrue
W eakly exogenous defined as: A3Rsru : E(true
s xsj ) = 0 for every regressor variable
j.
Finally, it is believed that
(i) errors true true
it and ns are independent for i = n and any t, s, and
2
(a) The model describes an experimental situation so all regressors are non-stochastic,
i.e., fixed in repeated samples.
(b) The jth regressor is the first lag of the dependent variable, i.e., xjit = yi,t−1
(c) Each regressor for individual i in period t is independent of the corresponding
error for that individual i in the same period t, i.e., with true it , but it may be
correlated with the past values of that individual’s error, i.e., it may be correlated
with true
is , s < t.
c Vassilis Hajivassiliou, LSE 2000-2018