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 {\displaystyle z_{t}} , the partial autocorrelation of lag k {\displaystyle k} , denoted ϕ k , k {\displaystyle \phi _{k,k}} , is the autocorrelation between z t {\displaystyle z_{t}} and z t + k {\displaystyle z_{t+k}} with the linear dependence of z t {\displaystyle z_{t}} on z t + 1 {\displaystyle z_{t+1}} through z t + k − 1 {\displaystyle z_{t+k-1}} removed. Equivalently, it is the autocorrelation between z t {\displaystyle z_{t}} and z t + k {\displaystyle z_{t+k}} that is not accounted for by lags 1 {\displaystyle 1} through k − 1 {\displaystyle k-1} , inclusive. ϕ 1 , 1 = corr ( z t + 1 , z t ) , for k = 1 , {\displaystyle \phi _{1,1}=\operatorname {corr} (z_{t+1},z_{t}),{\text{ for }}k=1,}
… excerpt ends here. Continue reading the full article.



