Topic 5: Statistical Properties of OLS Flashcards

1
Q

What is the significance of IID(0,σ2), and NID(0,σ2)

A

IID is stands for independent and identical distribution.

NID is a normal, independent and identical distribution.

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

What is the assumed distribution of X in the OLS model.

A

X is is often assumed in theory not to be distributed, and is treated as a fixed, non-random variable.

This is often a little unrealistic however - in practice it is often assumed that X is simply noncorrelated with the error term. i.e. E(u | X) = 0

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

How do we quantify bias in some estimator?

A

Bias = E(B^) - B

Where B^ is the estimator, and B is the real value.

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

Prove that the OLS estimate of β is unbias

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

What is the meaning of plim?

A

Probability limit - returns the convergence of it’s argument when n (the sample size) goes to infinity.

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

What are some proporties of Plim?

A

Not bothered by non-linear functioms
i.e.

plim(X)=plim(f(X))

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

What is the law of large numbers?

A

States:

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

How can we prove the OLS estimator is consistant?

A

By eliminating the second term under plim, which happens as E (u | X) = 0,

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

What is Var(b) and how is it calculated?

What about if E(b) is equal to zero.

A

This returns the covariant matrix of b, whose diagonal members give the variance of the nth row of b, with remaining entries giving covariances.

This is calculated by E((b-E(b)(b-E(b)T)

When E(b)=0, This simplifies to:

Var(b)=bbT

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

What is the formula for the correlation between two variables?

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

What are the conditions for positive defininess?

A
  • Definite as oppose to semi when diagonals are nonzero.
  • Positive when diagonals are positive.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Get the formula for the variance of the OLS estimator, given:

A

Note that the end of the first line is the case because the covariance matrix is symmetric (and so to it’s inverse).

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

What is the variance of a linear function of β, γ =wTβ

A

Var(γ) = wTVar(β)w

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

How can the variance of a forecasting error be calculated?

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

Express the residual vector of an OLS regression in terms of the data population.

What is the expected value of these residuals?

A

MXy = u^ = MXXβ+MXu = MXu

17
Q

How can the variance of the residuals in OLS be calculated (under homoscedasticity)

A
18
Q

Give an equation that relates the leverage of an individual point with the residual of that point.

A

Where ht is the tth diagonal element from PX.

As ht is a measure of the points leverage, this means that the higher the leverage of a point, the lower the variance of it’s residual.

19
Q

What is the result of the following, and what does this suggest about an unbias estimator of error variance?

A
20
Q

Show what happens to error and variance when a model is overpecified as:

y = Xβ + Yγ + u

A

Note (Variance is higher unless X is orthogonal to Z)

21
Q

What is the formula for adjusted R2?

A

Uses accurate estimates of error.

22
Q

What is White’s method for estimating error under heteroscedasticity?

A