This article was automatically translated from the original Turkish version.
Heteroskedasticity is an important issue encountered in statistics and econometric models, particularly in regression analyses. One of the fundamental assumptions of the classical linear regression model is that the error terms have constant variance (homoskedasticity). If the variance of the error terms is not constant—that is, if variance varies across observations—this condition is called heteroskedasticity.
Under the assumption of constant variance, the variance of the error terms is equal for all observations:

When this assumption is violated, although the classical Ordinary Least Squares (OLS) estimators remain unbiased and consistent, they are no longer efficient (minimum variance). This reduces the reliability of the estimates and renders standard errors and statistical tests (t and F tests) invalid.
There are several possible causes of heteroskedasticity:
Both graphical and statistical tests are used to detect heteroskedasticity. The most commonly used methods include:
For example, in the White test, the squared residuals are regressed on the original independent variables, their squares, and their cross-products. If the resulting nR² statistic exceeds a critical chi-square value, the hypothesis of constant variance is rejected.
The most well-known solution to heteroskedasticity is to reapply OLS by assigning weights inversely proportional to the variances of the error terms. The WLS method restores the efficiency condition by stabilizing the variance:

Here, W is the weight matrix constructed based on the inverse variances of the error terms.
Data transformations are applied to stabilize variance. The most commonly used methods include:
In time series analysis, specialized models developed to address heteroskedasticity include ARCH (Autoregressive Conditional Heteroskedasticity) and GARCH (Generalized ARCH). The ARCH model, developed by Engle (1982), links variance to the squares of past error terms, while the GARCH model, developed by Bollerslev (1986), links variance to both past error terms and past variances.
Theoretical Background
Causes of Heteroskedasticity
Detection Methods
Solution Methods
Weighted Least Squares (WLS)
Transformations
Conditional Variance Models (ARCH/GARCH)