0% found this document useful (0 votes)
426 views6 pages

Guide To ACF PACF Plots

This document provides guidelines for identifying time series processes from analyzing ACF and PACF plots. It states that autoregressive processes have spikes in the PACF, moving average processes have spikes in the ACF, and mixed ARMA processes show declines in both. Nonstationary series require differencing, and seasonal processes show patterns at seasonal lags. Not all values need to be statistically significant, and occasional outliers can be ignored.

Uploaded by

ajax_telamonio
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
426 views6 pages

Guide To ACF PACF Plots

This document provides guidelines for identifying time series processes from analyzing ACF and PACF plots. It states that autoregressive processes have spikes in the PACF, moving average processes have spikes in the ACF, and mixed ARMA processes show declines in both. Nonstationary series require differencing, and seasonal processes show patterns at seasonal lags. Not all values need to be statistically significant, and occasional outliers can be ignored.

Uploaded by

ajax_telamonio
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Guide to ACF/PACF Plots

The plots shown here are those of pure or theoretical ARIMA processes. Here are some general guidelines for identifying the process:

Nonstationary series have an ACF that remains significant for half a dozen or more lags, rather than quickly declining to zero. You must difference such a series until it is stationary before you can identify the process. Autoregressive processes have an exponentially declining ACF and spikes in the first one or more lags of the PACF. The number of spikes indicates the order of the autoregression. Moving average processes have spikes in the first one or more lags of the ACF and an exponentially declining PACF. The number of spikes indicates the order of the moving average. Mixed (ARMA) processes typically show exponential declines in both the ACF and the PACF.

At the identification stage, you do not need to worry about the sign of the ACF or PACF, or about the speed with which an exponentially declining ACF or PACF approaches zero. These depend upon the sign and actual value of the AR and MA coefficients. In some instances, an exponentially declining ACF alternates between positive and negative values. ACF and PACF plots from real data are never as clean as the plots shown here. You must learn to pick out what is essential in any given plot. Always check the ACF and PACF of the residuals, in case your identification is wrong. Bear in mind that:

Seasonal processes show these patterns at the seasonal lags (the multiples of the seasonal period).

You are entitled to treat nonsignificant values as zero. That is, you can ignore values that lie within the confidence intervals on the plots. You do not have to ignore them, however, particularly if they continue the pattern of the statistically significant values. An occasional autocorrelation will be statistically significant by chance alone. You can ignore a statistically significant autocorrelation if it is isolated, preferably at a high lag, and if it does not occur at a seasonal lag.

Consult any text on ARIMA analysis for a more complete discussion of ACF and PACF plots.
ARIMA(0,0,1), >0 ACF PACF

3 Guide to ACF/PACF Plots

ARIMA(0,0,1), <0 ACF PACF

ARIMA(0,0,2), 12>0 ACF PACF

ARIMA(1,0,0), >0 ACF PACF

ARIMA(1,0,0), <0 ACF PACF

5 Guide to ACF/PACF Plots

ARIMA(1,0,1), <0, >0 ACF PACF

ARIMA(2,0,0), 12>0 ACF PACF

ARIMA(0,1,0) (integrated series) ACF

You might also like