Ljung–Box test

The Ljung–Box test (named for Greta M. Ljung and George E. P. Box) is a type of statistical test of whether any of a group of autocorrelations of a time series are different from zero. Instead of testing randomness at each distinct lag, it tests the "overall" randomness based on a number of lags, and is therefore a portmanteau test.

This test is sometimes known as the Ljung–Box Q test, and it is closely connected to the Box–Pierce test (which is named after George E. P. Box and David A. Pierce). In fact, the Ljung–Box test statistic was described explicitly in the paper that led to the use of the Box-Pierce statistic,[1][2] and from which that statistic takes its name. The Box-Pierce test statistic is a simplified version of the Ljung–Box statistic for which subsequent simulation studies have shown poor performance.

The Ljung–Box test is widely applied in econometrics and other applications of time series analysis. A similar assessment can be also carried out with the Breusch–Godfrey test and the Durbin–Watson test.

Formal definition

The Ljung–Box test may be defined as:

H0: The data are independently distributed (i.e. the correlations in the population from which the sample is taken are 0, so that any observed correlations in the data result from randomness of the sampling process).
Ha: The data are not independently distributed; they exhibit serial correlation.

The test statistic is:[2]

where n is the sample size, is the sample autocorrelation at lag k, and h is the number of lags being tested. Under the statistic Q follows a . For significance level α, the critical region for rejection of the hypothesis of randomness is

where is the α-quantile of the chi-squared distribution with h degrees of freedom.

The Ljung–Box test is commonly used in autoregressive integrated moving average (ARIMA) modeling. Note that it is applied to the residuals of a fitted ARIMA model, not the original series, and in such applications the hypothesis actually being tested is that the residuals from the ARIMA model have no autocorrelation. When testing the residuals of an estimated ARIMA model, the degrees of freedom need to be adjusted to reflect the parameter estimation. For example, for an ARIMA(p,0,q) model, the degrees of freedom should be set to .[3]

Box-Pierce test

The Box-Pierce test uses the test statistic, in the notation outlined above, given by[1]

and it uses the same critical region as defined above.

Simulation studies have shown that the Ljung–Box statistic is better for all sample sizes including small ones.

Implementations in statistics packages

  1. R: the Box.test function in the stats package[4]

See also

References

  1. 1 2 Box, G. E. P.; Pierce, D. A. (1970). "Distribution of Residual Autocorrelations in Autoregressive-Integrated Moving Average Time Series Models". Journal of the American Statistical Association. 65: 1509–1526. doi:10.1080/01621459.1970.10481180. JSTOR 2284333.
  2. 1 2 G. M. Ljung; G. E. P. Box (1978). "On a Measure of a Lack of Fit in Time Series Models". Biometrika. 65 (2): 297–303. doi:10.1093/biomet/65.2.297.
  3. Davidson, James (2000). Econometric Theory. Blackwell. p. 162. ISBN 0-631-21584-0.
  4. "R: Box-Pierce and Ljung-Box Tests". stat.ethz.ch. Retrieved 2016-06-05.

Further reading

 This article incorporates public domain material from the National Institute of Standards and Technology website http://www.nist.gov.

This article is issued from Wikipedia - version of the 12/3/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.