To detect the presence of heteroscedasticity using the Park Glejser test, consider the following data.
Year
1992
1993
1994
1995
1996
1997
1998
Yt
37
48
45
36
25
55
63
Xt
4.5
6.5
3.5
3
2.5
8.5
7.5
The step by step procedure of conducting Park Glejser test:
Step 1: Obtain estimate the regression equation
$$\hat{Y}_i = 19.8822 + 4.7173X_i$$
Obtain the residuals from this estimated regression equation:
Residuals
-4.1103
-2.5450
8.6071
1.9657
-6.6756
-4.9797
7.7377
Take the absolute values of these residuals and consider it as your dependent variables to perform the different functional forms suggested by Glejser.
Step 2: Regress the absolute values of $\hat{u}_i$ on the $X$ variable that is thought to be closely associated with $\sigma_i^2$. We will use the following function forms.
Since none of the residual regression is significant, therefore, the hypothesis of heteroscedasticity is rejected. Therefore, we can say that there is no relationship between the absolute value of the residuals ($u_i$) and the explanatory variable $X$.
$\sigma_i^2$ are rarely known. However, there is a way of obtaining consistent estimates of variances and covariances of OLS estimators even if there is heteroscedasticity.
White’s Heteroscedasticity-Consistent Variances and Standard Errors: White’s heteroscedasticity-corrected standard errors are known as robust standard errors. White’s heteroscedasticity-corrected standard errors are larger (maybe smaller too) than the OLS standard errors and therefore, the estimated $t$-values are much smaller (or maybe larger) than those obtained by the OLS.
Comparing the OLS output with White’s heteroscedasticity-corrected standard errors may be useful to see whether heteroscedasticity is a serious problem in a particular set of data.
Plausible Assumptions about Heteroscedasticity Patterns:
Assumption 1: The error variance is proportional to $X_i^2$
$$E(u_i^2)=\sigma^2 X_i^2$$ It is believed that the variance of $u_i$ is proportional to the square of the $X$ (in graphical methods or Park and Glejser approaches).
Hence, the variance of $v_i$ is now homoscedastic, and one may apply OLS to the transformed equation by regressing $\frac{Y_i}{X_i}$ on $\frac{1}{X_i}$.
Notice that in the transformed regression the intercept term $\beta_2$ is the slope coefficient in the original equation and the slope coefficient $\beta_1$ is the intercept term in the original model. Therefore, to get back to the original model multiply the estimated equation (1) by $X_i$.
Assumption 2: The Error Variance is Proportional to $X_i$
The square root transformation: $E(u_i^2) = \sigma^2 X_i$
If it is believed that the variance of $u_i$ is proportional to $X_i$, then the original model can be transformed as
One may proceed to apply OLS on equation (a), regressing $\frac{Y_i}{\sqrt{X_i}}$ on $\frac{1}{\sqrt{X_i}}$ and $\sqrt{X_i}$.
Note that the transformed model (a) has no intercept term. Therefore, use the regression through the origin model to estimate $\beta_1$ and $\beta_2$. To get back the original model simply multiply the equation (a) by $\sqrt{X_i}$.
Consider a case of $intercept = 0$, that is, $Y_i=\beta_2X_i+u_i$. The transformed model will be
where $v_i=\frac{u_i}{E(Y_i)}$, and $E(v_i^2)=\sigma^2$ (a situation of homoscedasticity).
Note that for the transformed model (b) is inoperational as $E(Y_i)$ depends on $\beta_1$ and $\beta_2$ which are unknown. We know $\hat{Y}_i = \hat{\beta}_1 + \hat{\beta}_2X_i$ which is an estimator of $E(Y_i)$. Therefore, we proceed in two steps.
Step 1: Run the usual OLS regression ignoring the presence of heteroscedasticity problem and obtain $\hat{Y}_i$.
Step 2: Use the estimate of $\hat{Y}_i$ to transform the model as
Although $\hat{Y}_i$ is not exactly $E(Y_i)$, they are consistent estimates (as the sample size increases indefinitely; $\hat{Y}_i$ converges to true $E(Y_i)$). Therefore, the transformed model (c) will perform well if the sample size is reasonably large.
Assumption 4: Log Transformation
A log transformation
$$ ln Y_i = \beta_1 + \beta_2 ln X_i + u_i \tag*{log model-1}$$ usually reduces heteroscedasticity when compared to the regression $$Y_i=\beta_1+\beta_2X_i + u_i $$
It is because log transformation compresses the scales in which the variables are measured, by reducing a tenfold (دس گنا) difference between two values to a twofold (دگنا) difference. For example, 80 is 10 times the number 8, but ln(80) = 4.3280 is about twice as large as ln(8) = 2.0794.
By taking the log transformation, the slope coefficient $\beta_2$ measures the elasticity of $Y$ with respect to $X$ (that is, the percentage change in $Y$ for the percentage change in $X$).
If $Y$ is consumption and $X$ is income in the model (log model-1) then $\beta_2$ measures income elasticity, while in the original model (model without any transformation: OLS model), $\beta_2$ measures only the rate of change of mean consumption for a unit change in income.
Note that the log transformation is not applicable if some of the $Y$ and $X$ values are zero or negative.
Note regarding all assumptions about the nature of heteroscedasticity, we are essentially speculating (سوچنا، منصوبہ بنانا) about the nature of $\sigma_i^2$.
There may be a problem of spurious correlation. For example, in the model $$Y_i = \beta_1+\beta_2X_i + u_i,$$ the $Y$ and $X$ variables may not be correlation but in transformed model $$\frac{Y_i}{X_i}=\beta_1\left(\frac{1}{X_i}\right) + \beta_2,$$ the $\frac{Y_i}{X_i}$ and $\frac{1}{X_i}$ are often found to be correlated.
$\sigma_i^2$ are not directly known, we estimate them from one or more of the transformations. All testing procedures are valid only in large samples. Therefore, be careful in interpreting the results based on the various transformations in small or finite samples.
For model with more than one explanatory variable, one may not know in advance, which of the $X$ variables should be chosen for transforming data.
Data is taken from the Economic Survey of Pakistan 1991-1992. The data file link is at the end of this numerical example of the Goldfeld-Quandt Test.
For an illustration of the Goldfeld-Quandt test, data given in the file should be divided into two sub-samples after dropping (removing/deleting) the middle five observations.
Sub-sample 1 consists of data from 1959-60 to 1970-71.
Sub-sample 2 consists of data from 1976-77 to 1987-1988.
The sub-sample 1 is highlighted in green colour, and sub-sample 2 is highlighted in blue color, while the middle observation that has to be deleted is highlighted in red.
The Step by Step procedure to conduct the Goldfeld-Quandt test is:
Step 1: Order or Rank the observations according to the value of $X_i$. (Note that observations are already ranked.)
Step 2: Omit $c$ central observations. We selected 1/6 observations to be removed from the middle of the observations.
Step 3: Fit OLS regression on both samples separately and obtain the Residual Sum of Squares (RSS) for each sub-sample.
The Estimated regression for the two sub-samples are:
Now compute the Residual Sum of Squares for both sub-samples.
Residual Sum of Squares for Sub-Sample 1 is $RSS_1=2532224$
Residual Sum of Squares for Sub-Sample 2 is $RSS_2=10339356$
The F-Statistic is $ \lambda=\frac{RSS_2/n_2}{RSS_1/n_1}=\frac{10339356}{2532224}=4.083$
The critical value of $F(n_1=10, n_2=10$ at 5% level of significance is 2.98.
Since the computed F value is greater than the critical value, heteroscedasticity exists in this case, that is, the variance of the error term is not consistent, rather it depends on the independent variable, GNP.
Your assignment is to perform this Numerical Example of the Goldfeld-Quandt test using any statistical software and confirm the results.