Econometric Theory/Heteroskedasticity

From testwiki
Revision as of 20:19, 25 August 2020 by imported>Will Sandberg (Consequences of Heteroscedasticity)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

One of our CLR assumptions for linear regression is that our disturbance terms are homoscedastic, meaning they have equal scatter (Var(ϵ)=σ2). However, there are times that regressions end up with heteroscedastic disturbance terms, meaning the scatters are unequal (Var(ϵ)=σi2).

Hetroscedastic, Cone shape

Causes of Heteroscedasticity

Heteroscedasticity are more common in cross-sectional data than in time series. It is usually due to a scale or size factor.

Example: In basic Keynesian economics, we assume that savings and income are determined by wealth and income. Agents that have more wealth and income are more likely to save, this will produce a hetroscedastic relationship. The main causes include: 1. Presence of outliers 2. Omission of variable 3. Skewness in distribution of regressors 4. Incorrect or wrong functional form

Consequences of Heteroscedasticity

1) OLS Coefficients are still unbiased for true value. E(β^)=β

Unbiased coefficients depend on E(ϵ)=0,cov(xi,ϵi)=0

So the regression is safe from heteroscedasticity. on this assumption.

2) OLS Coefficients are not efficient. There exists an alternative to the OLS Coefficient that has a smaller variance than the OLS one. β~st.var(β~)<var(β^OLS) where E(β~)=β and therefore, is more efficient.

3) Hypothesis tests, in the presence of heteroscedasticity of an OLS coefficient, based on the standard error of the coefficient are invalid.

Bias in estimated variance of OLS Estimators causes inefficiencies.

Recall: β^OLS=β+(xi+x¯)ϵi(xi+x¯)2

When β^ is unbiased, the second term goes to zero. However, with heteroscedasticity, the second term is not zero.

Derive var(β^OLS) when var(ϵ)=σi2 var(β^OLS)=var((xi+x¯)ϵi(xi+x¯)2) =(1(xix¯)2)2var((xix¯)ϵ) =(1(xix¯)2)2var((xix¯)ϵ) =(1(xix¯)2)2xix¯)2var(ϵ) =(1(xix¯)2)2xix¯)2σi2

We can represent the differences in variances in the error term by the matrix Z

σi2=Zσ2

Template:BookCat