Durbin–Watson statistic

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found. In statistics, the Durbin–Watson statistic is a test statistic used to detect the presence of autocorrelation (a relationship between values separated from each other by a given time lag) in the residuals (prediction errors) from a regression analysis. It is named after James Durbin and Geoffrey Watson. The small sample distribution of this ratio was derived by John von Neumann (von Neumann, 1941). Durbin and Watson (1950, 1951) applied this statistic to the residuals from least squares regressions, and developed bounds tests for the null hypothesis that the errors are serially uncorrelated against the alternative that they follow a first order autoregressive process. Later, John Denis Sargan and Alok Bhargava developed several von Neumann–Durbin–Watson type test statistics for the null hypothesis that the errors on a regression model follow a process with a unit root against the alternative hypothesis that the errors follow a stationary first order autoregression (Sargan and Bhargava, 1983). Note that the distribution of this test statistic does not depend on the estimated regression coefficients and the variance of the errors.[1]

Computing and interpreting the Durbin–Watson statistic

If et is the residual associated with the observation at time t, then the test statistic is

d = {\sum_{t=2}^T (e_t - e_{t-1})^2 \over {\sum_{t=1}^T e_t^2}},

where T is the number of observations. Note that if one has a lengthy sample, then this can be linearly mapped to the Pearson correlation of the time-series data with its lags.[2] Since d is approximately equal to 2(1 − r), where r is the sample autocorrelation of the residuals,[3] d = 2 indicates no autocorrelation. The value of d always lies between 0 and 4. If the Durbin–Watson statistic is substantially less than 2, there is evidence of positive serial correlation. As a rough rule of thumb, if Durbin–Watson is less than 1.0, there may be cause for alarm. Small values of d indicate successive error terms are, on average, close in value to one another, or positively correlated. If d > 2, successive error terms are, on average, much different in value from one another, i.e., negatively correlated. In regressions, this can imply an underestimation of the level of statistical significance.

To test for positive autocorrelation at significance α, the test statistic d is compared to lower and upper critical values (dL,α and dU,α):

  • If d < dL,α, there is statistical evidence that the error terms are positively autocorrelated.
  • If d > dU,α, there is no statistical evidence that the error terms are positively autocorrelated.
  • If dL,α < d < dU,α, the test is inconclusive.

Positive serial correlation is serial correlation in which a positive error for one observation increases the chances of a positive error for another observation.

To test for negative autocorrelation at significance α, the test statistic (4 − d) is compared to lower and upper critical values (dL,α and dU,α):

  • If (4 − d) < dL,α, there is statistical evidence that the error terms are negatively autocorrelated.
  • If (4 − d) > dU,α, there is no statistical evidence that the error terms are negatively autocorrelated.
  • If dL,α < (4 − d) < dU,α, the test is inconclusive.

Negative serial correlation implies that a positive error for one observation increases the chance of a negative error for another observation and a negative error for one observation increases the chances of a positive error for another.

The critical values, dL,α and dU,α, vary by level of significance (α), the number of observations, and the number of predictors in the regression equation. Their derivation is complex—statisticians typically obtain them from the appendices of statistical texts.

If the design matrix \mathbf{X} of the regression is known, exact critical values for the distribution of d under the null hypothesis of no serial correlation can be calculated. Under the null hypothesis d is distributed as


\frac
{\sum_{i=1}^{n-k} \nu_i \xi_i^2}
{\sum_{i=1}^{n-k} \xi_i^2},

where n are the number of observations and k the number of regression variables; the  \xi_i are independent standard normal random variables; and the  \nu_i are the nonzero eigenvalues of 
( \mathbf{I} - \mathbf{X} ( \mathbf{X}^T \mathbf{X} ) ^{-1} \mathbf{X}^T ) \mathbf{A},
where \mathbf{A} is the matrix that transforms the residuals into the d statistic, i.e. d = \mathbf{e}^T\mathbf{A}\mathbf{e}. .[4] A number of computational algorithms for finding percentiles of this distribution are available.[5]

Although serial correlation does not affect the consistency of the estimated regression coefficients, it does affect our ability to conduct valid statistical tests. First, the F-statistic to test for overall significance of the regression may be inflated under positive serial correlation because the mean squared error (MSE) will tend to underestimate the population error variance. Second, positive serial correlation typically causes the ordinary least squares (OLS) standard errors for the regression coefficients to underestimate the true standard errors. As a consequence, if positive serial correlation is present in the regression, standard linear regression analysis will typically lead us to compute artificially small standard errors for the regression coefficient. These small standard errors will cause the estimated t-statistic to be inflated, suggesting significance where perhaps there is none. The inflated t-statistic, may in turn, lead us to incorrectly reject null hypotheses, about population values of the parameters of the regression model more often than we would if the standard errors were correctly estimated.

If the Durbin–Watson statistic indicates the presence of serial correlation of the residuals, this can be remedied by using the Cochrane–Orcutt procedure.

It is important to note that the Durbin–Watson statistic, while displayed by many regression analysis programs, is not applicable in certain situations. For instance, when lagged dependent variables are included in the explanatory variables, then it is inappropriate to use this test. Durbin's h-test (see below) or likelihood ratio tests, that are valid in large samples, should be used.

Durbin h-statistic

The Durbin–Watson statistic is biased for autoregressive moving average models, so that autocorrelation is underestimated. But for large samples one can easily compute the unbiased normally distributed h-statistic:

h = \left( 1 - \frac {1} {2} d \right) \sqrt{\frac {T}  {1-T \cdot \widehat {\operatorname{Var}}(\widehat\beta_1\,)}},

using the Durbin–Watson statistic d and the estimated variance

\widehat{Var} (\widehat\beta_1)

of the regression coefficient of the lagged dependent variable, provided

T \cdot \widehat{Var}(\widehat\beta_1)<1. \,

Durbin–Watson test for panel data

For panel data this statistic was generalized as follows by Alok Bhargava et al. (1982):

If ei, t is the residual from an OLS regression with fixed effects for each panel i, associated with the observation in panel i at time t, then the test statistic is
d_{pd}=\frac{\sum_{i=1}^N \sum_{t=2}^T (e_{i,t} - e_{i,t-1})^2}  {\sum_{i=1}^N \sum_{t=1}^T e_{i,t}^2}.

This statistic can be compared with tabulated rejection values [see Alok Bhargava et al. (1982), page 537]. These values are calculated dependent on T (length of the balanced panel—time periods the individuals were surveyed), K (number of regressors) and N (number of individuals in the panel). This test statistic can also be used for testing the null hypothesis of a unit root against stationary alternatives in fixed effects models using another set of bounds (Tables V and VI) tabulated by Alok Bhargava et al. (1982).

Implementations in statistics packages

  1. R: the dwtest function in the lmtest package, durbinWatsonTest (or dwt for short) function in the car package, and pdwtest for panel models in the plm package.[6]
  2. MATLAB: the dwtest function in the Statistics Toolbox.
  3. Mathematica: the Durbin–Watson (d) statistic is included as an option in the LinearModelFit function.
  4. SAS: Is a standard output when using proc model and is an option (dw) when using proc reg.
  5. EViews: Automatically calculated when using ols regression
  6. Stata: the command . estat dwatson, following . regress in time series data.[7] Engle's LM test for autoregressive conditional heteroskedasticity (ARCH), a test for time-dependent volatility, the Breusch–Godfrey test, and Durbin's alternative test for serial correlation are also available. All (except -dwatson-) tests separately for higher-order serial correlations. The Breusch–Godfrey test and Durbin's alternative test also allow regressors that are not strictly exogenous.
  7. Excel: although Microsoft Excel 2007 does not have a specific Durbin–Watson function, the d-statistic may be calculated using "=SUMXMY2(x_array,y_array)/SUMSQ(array)"
  8. Minitab: the option to report the statistic in the Session window can be found under the "Options" box under Regression and via the "Results" box under General Regression.
  9. Python: a durbin_watson function is included in the statsmodels package (statsmodels.stats.stattools.durbin_watson)
  10. SPSS: Included as an option in the Regression function.

See also

Notes

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. http://statisticalideas.blogspot.com/2014/05/serial-correlation-techniques.html
  3. Gujarati (2003) p. 469
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. Lua error in package.lua at line 80: module 'strict' not found.

References

  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.

External links