Heteroscedasticity
Heteroscedasticity
• Presence of outliers
• Manipulation of data in wrong way
• Omission of important variable
• Inclusion of irrelevant variable
• Poor data collection methods
Consequences
• H0: No heteroscedasticity/homoscedasticity
• Ha: Heteroscedasticity Present
𝑌𝑖 = 𝛽0 +𝛽1 𝑋1 +𝛽2 𝑋2 +𝜀𝑖
𝜀 2 = 𝛼0 +𝛼1 𝑋1 +𝛼2 𝑋2 +𝑢𝑖
• If 𝛼1 = 𝛼2 = 0, then 𝜀 2 = 𝛼0 , a constant. This is the theory behind the
Breusch-Pagan test
Procedure
• Estimate equation and obtain errors
2 𝑢𝑖2
• Obtain σ = 𝑛
𝑢𝑖2
• Construct variables 𝑝𝑖 = σ2
• Regress on explanatory variables
• 𝑝𝑖 = 𝛼0 +𝛼1 𝑋1+𝛼2 𝑋2 +𝑒𝑖
• The test statistic is a chi-squared test
1
• Obtain Chi-square Calculated ߯ 2 = 2ESS
• Obtain ߯ 2 critical with (k-1) where k is number of parameters.
• Alternatively, we can use probability (p value). If the test statistic has a p value below an appropriate
threshold (e.g p<0.05) then the null hypothesis of homoscedasticity is rejected. The Stata command is as
follows.
• Reg yx1x2x3
• estat hettest
White General Test