Topic 5: Statistical Properties of OLS Flashcards
What is the significance of IID(0,σ2), and NID(0,σ2)
IID is stands for independent and identical distribution.
NID is a normal, independent and identical distribution.
What is the assumed distribution of X in the OLS model.
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 do we quantify bias in some estimator?
Bias = E(B^) - B
Where B^ is the estimator, and B is the real value.
Prove that the OLS estimate of β is unbias
What is the meaning of plim?
Probability limit - returns the convergence of it’s argument when n (the sample size) goes to infinity.
What are some proporties of Plim?
Not bothered by non-linear functioms
i.e.
plim(X)=plim(f(X))
What is the law of large numbers?
States:
How can we prove the OLS estimator is consistant?
By eliminating the second term under plim, which happens as E (u | X) = 0,
What is Var(b) and how is it calculated?
What about if E(b) is equal to zero.
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
What is the formula for the correlation between two variables?
What are the conditions for positive defininess?
- Definite as oppose to semi when diagonals are nonzero.
- Positive when diagonals are positive.
Get the formula for the variance of the OLS estimator, given:
Note that the end of the first line is the case because the covariance matrix is symmetric (and so to it’s inverse).
What is the variance of a linear function of β, γ =wTβ
Var(γ) = wTVar(β)w
How can the variance of a forecasting error be calculated?