Chapter 2
Chapter 2
Tim Ederer
Mini 2, 2024
Tepper Business School
Inference Through Hypothesis Testing
Need a systematic way to quantify risk of being wrong when we make claims about β
1 / 18
Hypothesis
Univariate restrictions on β: H0 : βk = b
• Most common example: H0 : βk = 0
• Also called significance test
Multivariate restrictions on β: H0 : Rβ = b
• Equality of parameters: H0 : βk − βj = 0
• Joint significance: H0 : (βk , βj )′ = 0
2 / 18
Univariate Restrictions
Test of Univariate Restrictions
We want to test H0 : βk = b
3 / 18
Test of Univariate Restrictions: Procedure
4 / 18
Test of Univariate Restrictions: Visual Example
Assume b = 2 and Var(β̂k ) = 1, the distribution of β̂k under H0 looks like this
5 / 18
Test of Univariate Linear Restrictions: Visual Example
6 / 18
Test of Univariate Restrictions: Visual Example
7 / 18
Test of Univariate Restrictions: Visual Example
Why not this red area?
• We still have P(β̂k ∈ red area) = 5%
Problem: P(β̂k ∈
/ rejection region|H0 is false) is very high
• We would not reject even if β̂k = −1000
8 / 18
Test of Univariate Restrictions: t-statistic
β̂k − b β̂k − b
t̂ = =p
s.e.(
c β̂k ) σ̂ (X ′ X )−1 (k,k)
2
9 / 18
Illustration
Steps to follow
• Compute |t̂| = 0.060 = 10
0.006
• Compute z1−α/2 = z0.975 = 1.96
• Decision: |t̂| > z1−α/2 =⇒ we reject H0
10 / 18
P-value of a Test
11 / 18
Confidence Intervals
12 / 18
Remark
13 / 18
Multivariate Restrictions
Test of Multivariate Restrictions
Examples
1 0 ... 0 0
0 1 ... 0 0
• Test of joint significance: R = . .. .. .. and b = .. =⇒ H0 : β = 0
.. . . . .
0 0 ... 1 0
• Test of equality of coefficients: R =
1 −1 . . . 0 and b = 0 =⇒ H0 : β1 = β2
14 / 18
Wald Test
c ∼ χ2 for large n
Under H0 we have that W l
• For small n and with normal errors use Fb = W
c/l where Fb ∼ Fl,n−K (called F-test statistic)
• Focus on cases with large n for this course
c > χ2
Rejection rule: W l,1−α
• χ2l,1−α is the 1 − α quantile of a chi-square distribution with l degrees of freedom
• You can verify that P(W
c > χ2l,1−α ) = α under H0
15 / 18
P-Value and Confidence Region
P-Value
• Lowest value of α such that you reject H0 : Rβ = b
• p-value is α such that W
c = χ2l,1−α
16 / 18
Using Tests for Model Selection
17 / 18
Recap
Summary
• We know how to test univariate and multivariate hypotheses about β
• We know how to construct confidence intervals/regions for β
We are now equipped to make inference about β from our estimator β̂!
• But all this relies on EXO, RANK, IID and HOMOSKEDASTICITY
Next
• Chapter 3: what should we do when HOMOSKEDASTICITY fails?
• Chapter 4: what should we do when EXO fails?
18 / 18