Linear Regression Exam Q Flashcards
1
Q
Gauss-Markov Theorem
A
- under certain conditions, the OLS estimator of the coefficients of a linear regression model is the best linear unbiased estimator
2
Q
Gauss-Markov Assumptions
A
- Linearity of the model in parameters
- no perfect multicollinearity
- strict exogeneity
- homoscedasticity
- no serial correlation
3
Q
no perfect multicollinearity
A
none of the explanatory variables are exact linear combinations of the others
4
Q
Homoscedasticity
A
- the error terms have constant variance
5
Q
no serial correlation
A
- errors at different time points should be uncorrelated
- Cov(ϵt,ϵt-k) = 0 (∀ k != 0)
6
Q
Explain how to test a null hypothesis e.g. H0 = 0
A
- state the hypotheses: H0, Ha
- calculate the t-statistic: t = (a - 0) / SE(a)
- If t-stat > 1.96 => statistically different from zero
- reject null hypothesis
7
Q
Durbin-Watson Procedure
A
- Fit the regression and obtain the residuals (rearrange)
- Calculate the DW statistic
- Interpret the statistic
- Compare to critical values based on number of observations and number of explanatory variables
8
Q
How to interpret Durbin-watson t-statistic
A
- DW = 2: no autocorrelation
- 2 > DW > 0: positive autocorrelation
- 4 > DW > 2: negative autocorrelation
9
Q
How to interpret DW critical values
A
- DW > upper critical: fail to reject
- upper critical > DW > lower critical: inconclusive
- DW < lower critical: reject null
10
Q
DW Hypotheses
A
- H0: no first order autocorrelation
- Ha: first order autocorrelation exists
11
Q
DW statistic
A
DW = (∑Tt=2(ε^t - ε^t-1)2) / (∑Tt=1 ε^2t)
where:
- ε^t are the regression residuals
- T is the number of time periods
12
Q
Consequences of serial correlation for OLS estimators
A
- The OLS estimators remain unbiased but are no longer efficient
- The standard errors are now biased, leading to invalid standard inference
- To correct for this, use robust standard errors such as newey-west to ensure reliable statistical inference
13
Q
T-test procedure
A
- State the hypotheses
- Calculate the t-statistic
- Rule of thumb, reject null if |t-stat| > 1.96