04 Inference
04 Inference
04 Inference
Econometrics
Michal Houda
Justifying normality
result of central limit theorem (not a tie with large sample sizes)
under MLR.1–6: OLS estimators are the best (minimum variance) unbiased
estimators (not only best linear)
population assumptions summarized as
y |x ∼ N (β0 + β1 x1 + . . . + βk xk ; σ 2 )
β̂j − βj
∼ N (0, 1).
sd βj
Michal Houda Chapter 4: Multiple Regression Analysis – Inference
Testing Hypotheses about a single population parameter
One-Sided and Two-Sided t-Test
β̂j
Statistical packages usually provide t-ratio tβ̂j := se β̂j
automatically ⇒ tests
H 0 : βj = 0 against HA : βj 6= 0
H 0 : βj = 0 against H A : βj > 0
H 0 : βj = 0 against H A : βj < 0
H 0 : βj = 0 against HA : βj 6= 0
H0 : βj = aj against HA : βj T aj
ln(crime) = β0 + β1 ln(enroll) + ε
\ = −6.63 + 1.27 ln(enroll)
ln(crime)
H0 : βexper = 1 against HA : βexper > 1
95% confidence interval for βj : β̂j ± tn−k−1 (0.975) · se β̂j
interpretation: unknown βj is in (known) (β j ; β j ) with 95% probability (for
95 % samples)
we only hope that we have used one of these 95 % samples
connection with H0 : βj = aj against HA : βj 6= aj — H0 rejected at (say) 5%
level ⇔ aj 6∈ (β j ; β j )
R confint(model)
H 0 : β1 = β 2 against HA : β1 < β2
H0 : β3 = β4 = β5 = 0 against HA : nonH0
H0 : β3 = β4 = β5 = 0 against HA : nonH0
Example 10
H0 : β1 = 1, β2 = β3 = β4 = 0
Michal Houda Chapter 4: Multiple Regression Analysis – Inference
Multiple Regression Analysis – Statistical Inference
Testing General Linear Restrictions: F test
Example 10
H0 : β1 = 1, β2 = β3 = β4 = 0