Topic 4: The Frisch-Waugh-Lovell Theorum Flashcards
Suppose a variable z is constructed from x, where:
zi = xi - mean(x)
What are the properties of this variable?
This variable can be described as centered. It is orthogonal to ι (a column vector of ones.)
This can be seen below.
How can a variable be centered with projections?
What is the result of multiplying the projection matrix of X by the projection matrix of one of it’s columns?
P1PX=PXP1=P1
The final projection is to the smallest space.
When a set of regressors is orthogonal to another, what happens to the estimates β when one is dropped out of the regression.
The estimate of β for thre regressor group that remains is unchanged - because they were orthogonal, neither group of variables added any information to the other.
How can orthogonal regressors be constructed?
By multiplying one regressor group by the complementary projection matrix of another.
i.e.
X*2=M1X2
What is the result of modelling
y = X1α1 +(X2+X1A)α2 + u
Where A is an arbitrary k x k matrix.
What does this imply for the regression
y = X1α1 +M1X2α2 + u
The regression would simplify to
y = X1(α1+Aα2)+X2α2
Thus when estimated, α2 would be unchanged, and the estimate of the X1 parameter would be modified as given.
As M1 is made up entirely of X1, this implies such a regression would not change the estimate of X2, only X1 and the residuals.
What is the difference between the following regressions?
B1 != α1
u!= v!= w
But B2 = α2 = γ2
How can the regression
y = M1X2α2 + v
Be altered to have identical residuals to the original (full) regression?
By using the regression:
M1y = M1X2α2 + u
The diagram below illustrates.
Prove that
β2 = (X2TM1X2)-1X2TM1y
(from the FWL theorem)
is identical to the the Method of Moments estimator.
Consider the model:
y = Sβ1 + Xβ2 + u
Where S is a n x 4 matrix of seasonal indicators. What is the significance of the following regression?
MSy = MSXβ + u
This regression is run on seasonally adjusted data.
MSy is the seasonally adjusted result, and
MsX is the seasonally adjusted data.
Note that this is a very trivial seasonal adjustment - more work is always done in practice, and it is not the case that seasonalizing data ‘does not matter’ for statistics.
For a model
y = Xβ1 + Tβ2
Where TT = t. X1 = col(1)
What is the purpose and method of centering the regressor T?
This can be achieved by premultiplying T by Mi
- The complementary projection to a vector of ones.
This makes it orthogonal to the constant and makes the constant the expected value of the regressant over the time period, rather then the expected starting value.
What is R2?
Show the formula for the uncentered version Ru2
A measure of the goodness of fit, also known as the coefficient of determination.
Calculated by:
Where θ is the angle between y and S(X).
What is the formula for the centered R2, Rc2?
What is the meaning of Trace(X) or Tr(X)?
Takes the sum of the diagonal elements of the matrix X
What are the properties of the trace function?
- Cyclic Permutation: Tr(ABC)=Tr(BCA)=Tr(CAB)
- Tr(A + B) = Tr(A) + Tr(B)
- The trace and expectation operations can be interchanged. i.e. E(Tr(X))=Tr(E(X))