Heteroscedasticity

From HandWiki
Plot with random data showing heteroscedasticity

In statistics, a vector of random variables is heteroscedastic (or heteroskedastic;[lower-alpha 1] from Ancient Greek hetero "different" and skedasis "dispersion") if the variability of the random disturbance is different across elements of the vector. Here, variability could be quantified by the variance or any other measure of statistical dispersion. Thus heteroscedasticity is the absence of homoscedasticity. A typical example is the set of observations of income in different cities.

The existence of heteroscedasticity is a major concern in regression analysis and the analysis of variance, as it invalidates statistical tests of significance that assume that the modelling errors all have the same variance. While the ordinary least squares estimator is still unbiased in the presence of heteroscedasticity, it is inefficient and generalized least squares should be used instead.[5][6]

Because heteroscedasticity concerns expectations of the second moment of the errors, its presence is referred to as misspecification of the second order.[7]

The econometrician Robert Engle won the 2003 Nobel Memorial Prize for Economics for his studies on regression analysis in the presence of heteroscedasticity, which led to his formulation of the autoregressive conditional heteroscedasticity (ARCH) modeling technique.[8]

Definition

Consider the regression equation [math]\displaystyle{ y_i= x_i \beta + \epsilon_i,\ i = 1,\ldots, N, }[/math] where the dependent random variable [math]\displaystyle{ y_i }[/math] equals the deterministic variable [math]\displaystyle{ x_i }[/math] times coefficient [math]\displaystyle{ \beta }[/math] plus a random disturbance term [math]\displaystyle{ \epsilon_i }[/math] that has mean zero. The disturbances are homoskedastic if the variance of [math]\displaystyle{ \epsilon_i }[/math] is a constant [math]\displaystyle{ \sigma^2 }[/math]; otherwise, they are heteroskedastic. In particular, the disturbances are heteroskedastic if the variance of [math]\displaystyle{ \epsilon_i }[/math] depends on i or on the value of [math]\displaystyle{ x_i }[/math]. One way they might be heteroskedastic is if [math]\displaystyle{ \sigma_i^2= x_i \sigma^2 }[/math] (an example of a scedastic function), so the variance is proportional to the value of x.

More generally, if the variance-covariance matrix of disturbance [math]\displaystyle{ \epsilon_i }[/math] across i has a nonconstant diagonal, the disturbance is heteroskedastic.[9] The matrices below are covariances when there are just three observations across time. The disturbance in matrix A is homoskedastic; this is the simple case where OLS is the best linear unbiased estimator. The disturbances in matrices B and C are heteroskedastic. In matrix B, the variance is time-varying, increasing steadily across time; in matrix C, the variance depends on the value of x. The disturbance in matrix D is homoskedastic because the diagonal variances are constant, even though the off-diagonal covariances are non-zero and ordinary least squares is inefficient for a different reason: serial correlation.

[math]\displaystyle{ \begin{align} A &= \sigma^2\begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \\ \end{bmatrix} & B &= \sigma^2\begin{bmatrix} 1 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 3 \\ \end{bmatrix} & C &= \sigma^2\begin{bmatrix} x_1 & 0 & 0 \\ 0 & x_2 & 0 \\ 0 & 0 & x_3 \\ \end{bmatrix} & D &= \sigma^2\begin{bmatrix} 1 & \rho & \rho^2 \\ \rho & 1 & \rho \\ \rho^2 & \rho & 1 \\ \end{bmatrix} \end{align} }[/math]

Consequences

One of the assumptions of the classical linear regression model is that there is no heteroscedasticity. Breaking this assumption means that the Gauss–Markov theorem does not apply, meaning that OLS estimators are not the Best Linear Unbiased Estimators (BLUE) and their variance is not the lowest of all other unbiased estimators. Heteroscedasticity does not cause ordinary least squares coefficient estimates to be biased, although it can cause ordinary least squares estimates of the variance (and, thus, standard errors) of the coefficients to be biased, possibly above or below the true of population variance. Thus, regression analysis using heteroscedastic data will still provide an unbiased estimate for the relationship between the predictor variable and the outcome, but standard errors and therefore inferences obtained from data analysis are suspect. Biased standard errors lead to biased inference, so results of hypothesis tests are possibly wrong. For example, if OLS is performed on a heteroscedastic data set, yielding biased standard error estimation, a researcher might fail to reject a null hypothesis at a given significance level, when that null hypothesis was actually uncharacteristic of the actual population (making a type II error).

Under certain assumptions, the OLS estimator has a normal asymptotic distribution when properly normalized and centered (even when the data does not come from a normal distribution). This result is used to justify using a normal distribution, or a chi square distribution (depending on how the test statistic is calculated), when conducting a hypothesis test. This holds even under heteroscedasticity. More precisely, the OLS estimator in the presence of heteroscedasticity is asymptotically normal, when properly normalized and centered, with a variance-covariance matrix that differs from the case of homoscedasticity. In 1980, White proposed a consistent estimator for the variance-covariance matrix of the asymptotic distribution of the OLS estimator.[3] This validates the use of hypothesis testing using OLS estimators and White's variance-covariance estimator under heteroscedasticity.

Heteroscedasticity is also a major practical issue encountered in ANOVA problems.[10] The F test can still be used in some circumstances.[11]

However, it has been said that students in econometrics should not overreact to heteroscedasticity.[4] One author wrote, "unequal error variance is worth correcting only when the problem is severe."[12] In addition, another word of caution was in the form, "heteroscedasticity has never been a reason to throw out an otherwise good model."[4][13] With the advent of heteroscedasticity-consistent standard errors allowing for inference without specifying the conditional second moment of error term, testing conditional homoscedasticity is not as important as in the past.[citation needed]

For any non-linear model (for instance Logit and Probit models), however, heteroscedasticity has more severe consequences: the maximum likelihood estimates (MLE) of the parameters will be biased, as well as inconsistent (unless the likelihood function is modified to correctly take into account the precise form of heteroscedasticity).[14] Yet, in the context of binary choice models (Logit or Probit), heteroscedasticity will only result in a positive scaling effect on the asymptotic mean of the misspecified MLE (i.e. the model that ignores heteroscedasticity).[15] As a result, the predictions which are based on the misspecified MLE will remain correct. In addition, the misspecified Probit and Logit MLE will be asymptotically normally distributed which allows performing the usual significance tests (with the appropriate variance-covariance matrix). However, regarding the general hypothesis testing, as pointed out by Greene, “simply computing a robust covariance matrix for an otherwise inconsistent estimator does not give it redemption. Consequently, the virtue of a robust covariance matrix in this setting is unclear.”[16]

Detection

Absolute value of residuals for simulated first order heteroscedastic data

There are several methods to test for the presence of heteroscedasticity. Although tests for heteroscedasticity between groups can formally be considered as a special case of testing within regression models, some tests have structures specific to this case.

Tests in regression
Tests for grouped data

These tests consist of a test statistic (a mathematical expression yielding a numerical value as a function of the data), a hypothesis that is going to be tested (the null hypothesis), an alternative hypothesis, and a statement about the distribution of statistic under the null hypothesis.

Many introductory statistics and econometrics books, for pedagogical reasons, present these tests under the assumption that the data set in hand comes from a normal distribution. A great misconception is the thought that this assumption is necessary. Most of the methods of detecting heteroscedasticity outlined above can be modified for use even when the data do not come from a normal distribution. In many cases, this assumption can be relaxed, yielding a test procedure based on the same or similar test statistics but with the distribution under the null hypothesis evaluated by alternative routes: for example, by using asymptotic distributions which can be obtained from asymptotic theory,[citation needed] or by using resampling.

Fixes

There are five common corrections for heteroscedasticity. They are:

  • View logarithmized data. Non-logarithmized series that are growing exponentially often appear to have increasing variability as the series rises over time. The variability in percentage terms may, however, be rather stable.
  • Use a different specification for the model (different X variables, or perhaps non-linear transformations of the X variables).
  • Apply a weighted least squares estimation method, in which OLS is applied to transformed or weighted values of X and Y. The weights vary over observations, usually depending on the changing error variances. In one variation the weights are directly related to the magnitude of the dependent variable, and this corresponds to least squares percentage regression.[20]
  • Heteroscedasticity-consistent standard errors (HCSE), while still biased, improve upon OLS estimates.[3] HCSE is a consistent estimator of standard errors in regression models with heteroscedasticity. This method corrects for heteroscedasticity without altering the values of the coefficients. This method may be superior to regular OLS because if heteroscedasticity is present it corrects for it, however, if the data is homoscedastic, the standard errors are equivalent to conventional standard errors estimated by OLS. Several modifications of the White method of computing heteroscedasticity-consistent standard errors have been proposed as corrections with superior finite sample properties.
  • Use MINQUE or even the customary estimators [math]\displaystyle{ s_i^2 = (n_i - 1)^{-1} \sum_j \left(y_{ij} - \bar{y}_i\right)^2 }[/math] (for [math]\displaystyle{ i=1,2,...,k }[/math] independent samples with [math]\displaystyle{ j=1, 2, ..., n_i }[/math] observations each), whose efficiency losses are not substantial when the number of observations per sample is large ([math]\displaystyle{ n_i \gt 5 }[/math]), especially for small number of independent samples.[21]

Examples

Heteroscedasticity often occurs when there is a large difference among the sizes of the observations.

  • A classic example of heteroscedasticity is that of income versus expenditure on meals. As one's income increases, the variability of food consumption will increase. A poorer person will spend a rather constant amount by always eating inexpensive food; a wealthier person may occasionally buy inexpensive food and at other times eat expensive meals. Those with higher incomes display a greater variability of food consumption.
  • Imagine you are watching a rocket take off nearby and measuring the distance it has traveled once each second. In the first couple of seconds your measurements may be accurate to the nearest centimeter, say. However, 5 minutes later as the rocket recedes into space, the accuracy of your measurements may only be good to 100 m, because of the increased distance, atmospheric distortion and a variety of other factors. The data you collect would exhibit heteroscedasticity.

Multivariate case

The study of heteroscedasticity has been generalized to the multivariate case, which deals with the covariances of vector observations instead of the variance of scalar observations. One version of this is to use covariance matrices as the multivariate measure of dispersion. Several authors have considered tests in this context, for both regression and grouped-data situations.[22][23] Bartlett's test for heteroscedasticity between grouped data, used most commonly in the univariate case, has also been extended for the multivariate case, but a tractable solution only exists for 2 groups.[24] Approximations exist for more than two groups, and they are both called Box's M test.

Notes

  1. The spellings homoskedasticity and heteroskedasticity are also frequently used. Karl Pearson first used the word in 1905 with a c spelling.[1] J. Huston McCulloch argued that there should be a 'k' in the middle of the word and not a 'c'. His argument was that the word had been constructed in English directly from Greek roots rather than coming into the English language indirectly via the French.[2] While the influential 1980 paper by Halbert White used the spelling heteroskedasticity, the spelling heteroscedasticity is more common. Both are acceptable.[3][4]

References

  1. Pearson, Karl (1905). "Mathematical Contributions to the Theory of Evolution. XIV. On the General Theory of Skew Correlation and Non-linear Regression". Draper's Company Research Memoirs: Biometric Series II. 
  2. McCulloch", J. Huston (March 1985). "Miscellanea: On Heteros*edasticity". Econometrica 53 (2): 483. 
  3. 3.0 3.1 3.2 3.3 White, Halbert (1980). "A heteroskedasticity-consistent covariance matrix estimator and a direct test for heteroskedasticity". Econometrica 48 (4): 817–838. doi:10.2307/1912934. 
  4. 4.0 4.1 4.2 Gujarati, D. N.; Porter, D. C. (2009). Basic Econometrics (Fifth ed.). Boston: McGraw-Hill Irwin. p. 400. ISBN 9780073375779. 
  5. Goldberger, Arthur S. (1964). Econometric Theory. New York: John Wiley & Sons. pp. 238–243. https://archive.org/details/econometrictheor0000gold. 
  6. Johnston, J. (1972). Econometric Methods. New York: McGraw-Hill. pp. 214–221. 
  7. Long, J. Scott; Trivedi, Pravin K. (1993). "Some Specification Tests for the Linear Regression Model". in Bollen, Kenneth A.; Long, J. Scott. Testing Structural Equation Models. London: Sage. pp. 66–110. ISBN 978-0-8039-4506-7. 
  8. Engle, Robert F. (July 1982). "Autoregressive Conditional Heteroscedasticity with Estimates of the Variance of United Kingdom Inflation". Econometrica 50 (4): 987–1007. doi:10.2307/1912773. ISSN 0012-9682. 
  9. Peter Kennedy, A Guide to Econometrics, 5th edition, p. 137.
  10. Jinadasa, Gamage; Weerahandi, Sam (1998). "Size performance of some tests in one-way anova". Communications in Statistics - Simulation and Computation 27 (3): 625. doi:10.1080/03610919808813500. 
  11. Bathke, A (2004). "The ANOVA F test can still be used in some balanced designs with unequal variances and nonnormal data". Journal of Statistical Planning and Inference 126 (2): 413–422. doi:10.1016/j.jspi.2003.09.010. 
  12. Fox, J. (1997). Applied Regression Analysis, Linear Models, and Related Methods. California: Sage Publications. p. 306.  (Cited in Gujarati et al. 2009, p. 400)
  13. Mankiw, N. G. (1990). "A Quick Refresher Course in Macroeconomics". Journal of Economic Literature 28 (4): 1645–1660 [p. 1648]. doi:10.3386/w3256. 
  14. Giles, Dave (May 8, 2013). "Robust Standard Errors for Nonlinear Models". Econometrics Beat. http://davegiles.blogspot.com/2013/05/robust-standard-errors-for-nonlinear.html. 
  15. Ginker, T.; Lieberman, O. (2017). "Robustness of binary choice models to conditional heteroscedasticity". Economics Letters 150: 130–134. doi:10.1016/j.econlet.2016.11.024. 
  16. Greene, William H. (2012). "Estimation and Inference in Binary Choice Models". Econometric Analysis (Seventh ed.). Boston: Pearson Education. pp. 730–755 [p. 733]. ISBN 978-0-273-75356-8. https://books.google.com/books?id=-WFPYgEACAAJ&pg=PA733. 
  17. R. E. Park (1966). "Estimation with Heteroscedastic Error Terms". Econometrica 34 (4): 888. doi:10.2307/1910108. 
  18. Glejser, H. (1969). "A new test for heteroscedasticity". Journal of the American Statistical Association 64 (325): 316–323. doi:10.1080/01621459.1969.10500976. 
  19. Machado, José A. F.; Silva, J. M. C. Santos (2000). "Glejser's test revisited". Journal of Econometrics 97 (1): 189–202. doi:10.1016/S0304-4076(00)00016-6. 
  20. Tofallis, C (2008). "Least Squares Percentage Regression". Journal of Modern Applied Statistical Methods 7: 526–534. doi:10.2139/ssrn.1406472. 
  21. J. N. K. Rao (March 1973). "On the Estimation of Heteroscedastic Variances". Biometrics 29 (1): 11–24. doi:10.2307/2529672. 
  22. Holgersson, H. E. T.; Shukur, G. (2004). "Testing for multivariate heteroscedasticity". Journal of Statistical Computation and Simulation 74 (12): 879. doi:10.1080/00949650410001646979. 
  23. Gupta, A. K.; Tang, J. (1984). "Distribution of likelihood ratio statistic for testing equality of covariance matrices of multivariate Gaussian models". Biometrika 71 (3): 555–559. doi:10.1093/biomet/71.3.555. 
  24. d'Agostino, R. B.; Russell, H. K. (2005). "Multivariate Bartlett Test". Encyclopedia of Biostatistics. doi:10.1002/0470011815.b2a13048. ISBN 978-0470849071. 

Further reading

Most statistics textbooks will include at least some material on heteroscedasticity. Some examples are:

External links

ja:ARCHモデル#分散不均一性