Topic 4: The Frisch-Waugh-Lovell Theorum Flashcards

1
Q

Suppose a variable z is constructed from x, where:

zi = xi - mean(x)

What are the properties of this variable?

A

This variable can be described as centered. It is orthogonal to ι (a column vector of ones.)

This can be seen below.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How can a variable be centered with projections?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the result of multiplying the projection matrix of X by the projection matrix of one of it’s columns?

A

P1PX=PXP1=P1

The final projection is to the smallest space.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When a set of regressors is orthogonal to another, what happens to the estimates β when one is dropped out of the regression.

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How can orthogonal regressors be constructed?

A

By multiplying one regressor group by the complementary projection matrix of another.

i.e.

X*2=M1X2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the difference between the following regressions?

A

B1 != α1

u!= v!= w

But B2 = α2 = γ2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How can the regression

y = M1X2α2 + v

Be altered to have identical residuals to the original (full) regression?

A

By using the regression:

M1y = M1X2α2 + u

The diagram below illustrates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Prove that

β2 = (X2TM1X2)-1X2TM1y

(from the FWL theorem)

is identical to the the Method of Moments estimator.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

For a model

y = Xβ1 + 2

Where TT = t. X1 = col(1)

What is the purpose and method of centering the regressor T?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is R2?

Show the formula for the uncentered version Ru2

A

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).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the formula for the centered R2, Rc2?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the meaning of Trace(X) or Tr(X)?

A

Takes the sum of the diagonal elements of the matrix X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the properties of the trace function?

A
  • 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))
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the result of Tr(PX) and Tr(MX)?

A

Tr(Px) = Tr(Ik) = k

(The firstequality comes from cyclic permutation of the P formula).

Tr(MX) = n-k