PW2 Flashcards
(8 cards)
1
Q
What is the law of large numbers
A
When we have iid random variables, the sample mean converges in probability to the expected value of the random variable
2
Q
What are the properties of the plim(x) = K and plim(y) = L
A
- plim(c) = c
- plim (x + y) = K + L
- plim(x * y) = K * L
- plim(x / y) = K/L
3
Q
What other property do OLS estimators have under MLR.1 to MLR.4
A
- Consistency
4
Q
What is consistency
A
- plim(βj hat) = βj as n tends to ∞
- As we get more data, we can expect the sampling distribution of βj hat to become more tightly centred around βj
5
Q
Prove the consistency of β1
A
https://blackboard.soton.ac.uk/ultra/courses/_227910_1/outline/file/_7069915_1
6
Q
When is an OLS estimator consistent and inconsistent
A
- If cov(x,u) = 0 then the OLS estimator is consistent (MLR.4)
- If cov(x,u) =/ 0 then the OLS estimator is inconsistent
7
Q
What determines the direction of the bias in OLS estimates
A
- If x and u are positively correlated then the least squares overestimates the true parameter
- If x and u are negatively correlated then the least squares overestimates the true parameter
8
Q
A