3 main topics
1) test for misspecification
2) dealing with outliers
3) bootstrap method for calc SE
Testing for misspecification
Test for misspecification
1) Ramsey REST Test
2) David Mackinnon Test
Ramsey REST Test
hypothesis
H0 = S1 = S2 = 0 (no misspecification)
H1 = S1 = S2 =/= 0
(misspecification), there’s omitted relationship
positives of test
preserves degrees of freedom
negatives of test
does not indicate specific source of misspecification
David Mackinnon Test
(nonnested alternative)
test 1
only tests y hat
test 2
tests log and y hat
Outliers
bootstrap method for estimating SE
what causes hyp testing to be invalid
Monte Carlo Approach
replicate DGP thus, derive parameters of the sampling distribution
MCA steps
1) Run OLS on orig data, treat est. as true parameters value
2) treat the values of explanatory variables as “Fixed in repeated samples”
3) generate value on DEP VAR based on error from random number generator
4) estimate new parameters
5) repeat 1000+ times
6) calculate stand dev of parameters
MCA drawback
Contradicts: we don’t know the distribution is the problem in the 1st place
Bootstrap Approach