Non-Nested Hypothesis Testing Introduction • Models are non-nested when one cannot be derived as a special case of the other. • Example: • Model A: ππ = πΌπ + πΌ2 π2,π + πΌ3 π3,π + πΌ4 ππ + ππ • Model B: ππ = π½π + π½2 π2,π + π½3 π3,π + π½4 ππ + ππ Non-Nested Hypothesis Testing Approaches • Discrimination Approach • Choosing between models based on goodness of fit • Also called model selection testing • Discerning Approach • While considering one model, take into account information from other models Discrimination Approach • All models under consideration must have the same dependent variable. • This approach gives all competing hypotheses equal standing. • Four common testing criteria • π 2 • Adjusted π 2 • Akaike’s Information Criterion (AIC) • Schwarz’s Information Criterion (SIC) π • 2 π 2 = πππ πππ =1− πππΈ πππ • Remember from prior lectures that • πππΈ = π ′ π 0 ′ ′π • πππ = π π ππ • πππ = π ′ π0 π = (π − π)′(π − π) 0 •π = 1 πΌπ − ππ′ π Adjusted π 2 •π =1 − 2 πππΈ πππ (π−π) (π−1) Akaike’s Information Criterion (AIC) • π΄πΌπΆ = π • where 2π π 2π π πππΈ π is the penalty factor Schwarz’s Information Criterion (SIC) • ππΌπΆ = π π • ln ππΌπΆ = • where πππΈ π π ln π π π π ln(π) π + πππΈ ln( ) π is the penalty factor Discerning Approach • This approach tests the ability of one model to explain features of another. • Two tests • Encompassing F-Test • Davidson-Mackinnon J-Test Encompassing F-Test 1. Create a “nested” model of models A and B Model A: ππ = πΌπ + πΌ2 π2,π + πΌ3 π3,π + πΌ4 ππ + ππ Model B: ππ = π½π + π½2 π2,π + π½3 π3,π + π½4 ππ + ππ Nested Model: ππ = π1 + π2 π2,π + π3 π3,π + π4 π2,π + π5 π3,π + π6 ππ + ππ 2. Use the F-Test to find which model is the correct model To test if Model A is the correct model, test if π4 = π5 = 0 To test if Model B is the correct model, test if π2 = π3 = 0 Encompassing F-Test Shortcomings • High correlation between X’s and Z’s may prevent us from determining which model is the correct one and may cause some π values to be statistically insignificant • The choice of reference (null) hypothesis tends to skew the outcome of the test • Lack of economic meaning of artificially nested model Davidson-Mackinnon J-Test 1. Estimate Model B and obtain the estimated Y values, πππ΅ 2. Add πππ΅ as an additional regressor to Model A and estimate ππ = πΌ1 + πΌ2 π2,π + πΌ3 π3,π + πΌ4 πππ΅ + ππ 3. Using the t-test, test the hypothesis that πΌ4 = 0 4. If we fail to reject the hypothesis, we can accept Model A as the true model. Model A encompasses Model B. Davidson-Mackinnon J-Test continued 5. Estimate Model A first and use the estimated Y values from this model as a regressor in Model B. ππ = π½1 + π½2 π2,π + π½3 π3,π + π½4 πππ΄ + ππ 6. Using the t-test, test the hypothesis that π½4 = 0 7. If we fail to reject the hypothesis, we can accept Model B as the true model. Model A encompasses Model B. J-Test Shortcomings • No clear answer of acceptance/rejection of models • Both can be accepted • Both can be rejected • Not very powerful in small samples • Tends to reject the true model frequently Matlab Example Questions?