From Surf Wiki (app.surf) — the open knowledge base
Partial autocorrelation function
Partial correlation of a time series with its lagged values
Partial correlation of a time series with its lagged values

In time series analysis, the partial autocorrelation function (PACF) gives the partial correlation of a stationary time series with its own lagged values, regressed the values of the time series at all shorter lags. It contrasts with the autocorrelation function, which does not control for other lags.
This function plays an important role in data analysis aimed at identifying the extent of the lag in an autoregressive (AR) model. The use of this function was introduced as part of the Box–Jenkins approach to time series modelling, whereby plotting the partial autocorrelative functions one could determine the appropriate lags p in an AR (p) model or in an extended ARIMA (p,d,q) model.
Definition
Given a time series z_t, the partial autocorrelation of lag k, denoted \phi_{k,k}, is the autocorrelation between z_t and z_{t+k} with the linear dependence of z_t on z_{t+1} through z_{t+k-1} removed. Equivalently, it is the autocorrelation between z_t and z_{t+k} that is not accounted for by lags 1 through k-1, inclusive.\phi_{1,1} = \operatorname{corr}(z_{t+1}, z_{t}),\text{ for }k= 1,\phi_{k,k} = \operatorname{corr}(z_{t+k} - \hat{z}{t+k},, z{t} - \hat{z}{t}),\text{ for }k\geq 2,where \hat{z}{t+k} and \hat{z}t are linear combinations of {z{t+1}, z_{t+2}, ..., z_{t+k-1}} that minimize the mean squared error of z_{t+k} and z_t respectively. For stationary processes, the coefficients in \hat{z}{t+k} and \hat{z}t are the same, but reversed: \hat{z}{t+k}=\beta_1z{t+k-1}+\cdots+\beta_{k-1}z_{t+1}\qquad\text{and}\qquad\hat{z}t=\beta_1z{t+1}+\cdots+\beta_{k-1}z_{t+k-1}.
Calculation
The theoretical partial autocorrelation function of a stationary time series can be calculated by using the Durbin–Levinson Algorithm:\phi_{n,n} = \frac{\rho(n) - \sum_{k=1}^{n-1} \phi_{n-1, k} \rho(n - k)}{1 - \sum_{k=1}^{n-1} \phi_{n-1, k} \rho(k) }where \phi_{n,k} = \phi_{n-1, k} - \phi_{n,n} \phi_{n-1,n-k} for 1 \leq k \leq n - 1 and \rho(n) is the autocorrelation function.
The formula above can be used with sample autocorrelations to find the sample partial autocorrelation function of any given time series.
Examples
The following table summarizes the partial autocorrelation function of different models:
| Model | PACF |
|---|---|
| White noise | The partial autocorrelation is 0 for all lags. |
| Autoregressive model | The partial autocorrelation for an AR(p) model is nonzero for lags less than or equal to p and 0 for lags greater than p. |
| Moving-average model | If \phi_{1,1} 0, the partial autocorrelation oscillates to 0. |
| If \phi_{1,1} , the partial autocorrelation geometrically decays to 0. | |
| Autoregressive–moving-average model | An ARMA(p, q) model's partial autocorrelation geometrically decays to 0 but only after lags greater than p. |
The behavior of the partial autocorrelation function mirrors that of the autocorrelation function for autoregressive and moving-average models. For example, the partial autocorrelation function of an AR(p) series cuts off after lag p similar to the autocorrelation function of an MA(q) series with lag q. In addition, the autocorrelation function of an AR(p) process tails off just like the partial autocorrelation function of an MA(q) process.
Autoregressive model identification

Partial autocorrelation is a commonly used tool for identifying the order of an autoregressive model. As previously mentioned, the partial autocorrelation of an AR(p) process is zero at lags greater than p. If an AR model is determined to be appropriate, then the sample partial autocorrelation plot is examined to help identify the order.
The partial autocorrelation of lags greater than p for an AR(p) time series are approximately independent and normal with a mean of 0. Therefore, a confidence interval can be constructed by dividing a selected z-score by \sqrt{n}. Lags with partial autocorrelations outside of the confidence interval indicate that the AR model's order is likely greater than or equal to the lag. Plotting the partial autocorrelation function and drawing the lines of the confidence interval is a common way to analyze the order of an AR model. To evaluate the order, one examines the plot to find the lag after which the partial autocorrelations are all within the confidence interval. This lag is determined to likely be the AR model's order.
References
References
- "6.4.4.6.3. Partial Autocorrelation Plot".
- (2017). "Time Series Analysis and Its Applications: With R Examples". Springer International Publishing.
- Durbin, J.. (1960). "The Fitting of Time-Series Models". Revue de l'Institut International de Statistique / Review of the International Statistical Institute.
- (2017). "Time Series Analysis and Its Applications: With R Examples". Springer International Publishing.
- Enders, Walter. (2004). "Applied econometric time series". J. Wiley.
- (2008). "Time Series Analysis: Forecasting and Control". John Wiley.
- (1991). "Time Series: Theory and Methods". Springer.
- Das, Panchanan. (2019). "Econometrics in Theory and Practice : Analysis of Cross Section, Time Series and Panel Data with Stata 15. 1". Springer.
- Quenouille, M. H.. (1949). "Approximate Tests of Correlation in Time-Series". Journal of the Royal Statistical Society, Series B (Methodological).
This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.
Ask Mako anything about Partial autocorrelation function — get instant answers, deeper analysis, and related topics.
Research with MakoFree with your Surf account
Create a free account to save articles, ask Mako questions, and organize your research.
Sign up freeThis content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.
Report