Partial autocorrelation function: Difference between revisions

Content deleted Content added
Remove Levinson Recursion link in favor of "Dubin-Levinson Algorithm" see talk page for reason
Citation bot (talk | contribs)
Removed URL that duplicated identifier. | Use this bot. Report bugs. | #UCB_CommandLine
 
(20 intermediate revisions by 10 users not shown)
Line 1:
{{Short description|Partial correlation of a time series with its lagged values}}
[[File:Partial autocorrelation function.png|thumb|Partial autocorrelation function of [[Lake Huron]]'s depth with confidence interval (in blue, plotted around 0)]]
{{More footnotes|date=September 2011}}
[[File:Partial autocorrelation function.png|thumb|Partial autocorrelation function of [[Lake Huron]]'s depth<ref>{{cite book |last1=Brockwell |first1=Peter J. |last2=Davis |first2=Richard A. |title=Introduction to Time Series and Forecasting |date=2016 |publisher=Springer International Publishing |isbn=978-3319298528 |page=132 |edition=Third |url=https://doi.org/10.1007/978-3-319-29854-2 |language=English |chapter=Modeling and Forecasting with ARMA Processes}}</ref>]]
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 model|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''') [[autoregressive model|model]] or in an extended [[Autoregressive integrated moving average|ARIMA]] ('''p''','''d''','''q''') model.
 
==Definition==
 
Given a time series <math>z_t</math>, the partial autocorrelation of lag <math>k</math>, denoted <math>\phi_{k,k}</math>, is the [[autocorrelation]] between <math>z_t</math> and <math>z_{t+k}</math> with the linear dependence of <math>z_t</math> on <math>z_{t+1}</math> through <math>z_{t+k-1}</math> removed. Equivalently, it is the autocorrelation between <math>z_t</math> and <math>z_{t+k}</math> that is not accounted for by lags <math>1</math> through <math>k-1</math>, inclusive.<ref name=":3">{{Cite web |title=6.4.4.6.3. Partial Autocorrelation Plot |url=https://www.itl.nist.gov/div898/handbook/pmc/section4/pmc4463.htm |access-date=2022-07-14 |website=www.itl.nist.gov}}</ref><math display="block">\phi_{1,1} = \operatorname{corr}(z_{t+1}, z_{t}),\text{ for }k= 1,</math><math display="block">\phi_{k,k} = \operatorname{corr}(z_{t+k} - \hat{z}_{t+k},\, z_{t} - \hat{z}_{t}),\text{ for }k\geq 2,</math>where <math>\hat{z}_{t+k}</math> =and <math>\beta_1 z_hat{t+k-1} + \beta_2 z_{t+k-2} + ... + \beta_{k-1} z_{t+1z}_t</math> is theare [[linear combination]]s of <math>\{z_{t+k-1}, z_{t+k-2}, ..., z_{t+k-1}\}</math> that minimizesminimize the [[mean squared error]], of <math>\Epsilon[z_{t+k} - \hat{z}_{t+k}]^2</math>. Similarly,and <math>\hat{z}_tz_t</math> =respectively. \beta_1For z_{t+1}[[stationary +process]]es, \beta_2the z_{t+2}coefficients + ... +in <math>\beta_hat{k-1z} z__{t+k-1} </math> is a linear combination minimizingand <math>\Epsilon[z_t - \hat{z}_t]^2</math>. For [[Stationary process|stationary processes]],are the coefficients <math>\beta_1same, \beta_2, ..., \beta_{k-1}but reversed:</math>ref are the same.<refname=":4">{{Cite book |lastlast1=Shumway |firstfirst1=Robert H. |url=http://link.springer.com/10.1007/978-3-319-52452-8 |title=Time Series Analysis and Its Applications: With R Examples |last2=Stoffer |first2=David S. |date=2017 |publisher=Springer International Publishing |isbn=978-3-319-52451-1 |series=Springer Texts in Statistics |___location=Cham |pages=97-9897–99 |language=en |doi=10.1007/978-3-319-52452-8}}</ref> <math display="block">\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}.</math><!-- Think of this as reversing the direction of time. Stationary processes are invariant under shifts and reversal of time. -->
 
== Calculation ==
 
The theoretical partial autocorrelation function of a stationary time series can be calculated by using the Durbin–Levinson Algorithm:<math display="block">\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) }</math>where <math>\phi_{n,k} = \phi_{n-1, k} - \phi_{n,n} \phi_{n-1,n-k}</math> for <math>1 \leq k \leq n - 1</math> and <math>\rho(n)</math> is the autocorrelation function.<ref>{{Cite journal |last=Durbin |first=J. |date=1960 |title=The Fitting of Time-Series Models |url=https://www.jstor.org/stable/1401322 |journal=Revue de l'Institut International de Statistique / Review of the International Statistical Institute |volume=28 |issue=3 |pages=233–244 |doi=10.2307/1401322 |jstor=1401322 |issn=0373-1138|url-access=subscription }}</ref><ref>{{Cite book |lastlast1=Shumway |firstfirst1=Robert H. |url=http://link.springer.com/10.1007/978-3-319-52452-8 |title=Time Series Analysis and Its Applications: With R Examples |last2=Stoffer |first2=David S. |date=2017 |publisher=Springer International Publishing |isbn=978-3-319-52451-1 |series=Springer Texts in Statistics |___location=Cham |pages=103-104103–104 |language=en |doi=10.1007/978-3-319-52452-8}}</ref><ref name=":1">{{Cite book |last=Enders |first=Walter |url=https://www.worldcat.org/oclc/52387978 |title=Applied econometric time series |date=2004 |publisher=J. Wiley |isbn=0-471-23065-0 |edition=2nd |___location=Hoboken, NJ |pages=65-6765–67 |language=en |oclc=52387978}}</ref>
 
There are algorithms for estimating the partial autocorrelation based on the sample autocorrelations. The formula above can be used with sample autocorrelations to find the sample partial autocorrelation function of any given time series.<ref name=":0">{{Cite book |lastlast1=Box |firstfirst1=George E. P. |title=Time Series Analysis: Forecasting and Control |last2=Reinsel |first2=Gregory C. |last3=Jenkins |first3=Gwilym M. |publisher=John Wiley |year=2008 |isbn=9780470272848 |edition=4th |___location=Hoboken, New Jersey |language=en}}</ref><ref>{{Cite book |lastlast1=Brockwell |firstfirst1=Peter J. |title=Time Series: Theory and Methods |last2=Davis |first2=Richard A. |publisher=Springer |year=1991 |isbn=9781441903198 |edition=2nd |___location=New York, NY |pages=102, 243-245243–245 |language=en}}</ref>
 
== Examples ==
== Autoregressive Model Identification ==
 
The following table summarizes the partial autocorrelation function of different models:<ref name=":1" /><ref name=":2">{{Cite book |last=Das |first=Panchanan |title=Econometrics in Theory and Practice : Analysis of Cross Section, Time Series and Panel Data with Stata 15. 1 |publisher=Springer |year=2019 |isbn=978-981-329-019-8 |edition= |___location=Singapore |pages=294–299 |language=en |oclc=1119630068}}</ref>
[[File:Partial Autocorrelation Function Graph.png|alt=The partial autocorrelation graph has 3 spikes and the rest is close to 0.|thumb|Sample partial autocorrelation function of a simulated AR(3) time series]]
{| class="wikitable"
!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''.
|-
|rowspan=2|[[Moving-average model]]
|If <math>\phi_{1,1} > 0</math>, the partial autocorrelation [[Oscillation (mathematics)|oscillates]] to 0.
|-
|If <math>\phi_{1,1} < 0</math>, the partial autocorrelation [[Exponential decay|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.<ref name=":4" />
Partial autocorrelation plots are a commonly used tool for identifying the order of an [[autoregressive model]].<ref name=":0" /> The partial autocorrelation of an AR(''p'') process is zero at lag <math>p+1</math> and greater. If the sample autocorrelation plot indicates that an AR model may be appropriate, then the sample partial autocorrelation plot is examined to help identify the order. One looks for the point on the plot where the partial autocorrelations for all higher lags are essentially zero. Placing on the plot an indication of the sampling uncertainty of the sample PACF is helpful for this purpose: this is usually constructed on the basis that the true value of the PACF, at any given positive lag, is zero. This can be formalised as described below.
 
== Autoregressive Modelmodel Identificationidentification ==
An approximate test that a given partial correlation is zero (at a 5% [[significance level]]) is given by comparing the sample partial autocorrelations against the critical region with upper and lower limits given by <math>\pm 1.96/\sqrt{n}</math>, where ''n'' is the record length (number of points) of the time-series being analysed. This approximation relies on the assumption that the record length is at least moderately large (say <math>n>30</math>) and that the underlying process has finite second moment.
 
[[File:Partial Autocorrelation Function Graph.png|alt=The partial autocorrelation graph has 3 spikes and the rest is close to 0.|thumb|Sample partial autocorrelation function with confidence interval of a simulated AR(3) time series]]
 
Partial autocorrelation is a commonly used tool for identifying the order of an autoregressive model.<ref name=":0" /> As previously mentioned, the partial autocorrelation of an AR(''p'') process is zero at lags greater than ''p''.<ref name=":1" /><ref name=":2" /> 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 distribution|normal]] with a [[mean]] of 0.<ref>{{Cite journal |last=Quenouille |first=M. H. |date=1949 |title=Approximate Tests of Correlation in Time-Series |url=https://onlinelibrary.wiley.com/doi/10.1111/j.2517-6161.1949.tb00023.x |journal=Journal of the Royal Statistical Society, Series B (Methodological) |language=en |volume=11 |issue=1 |pages=68–84 |doi=10.1111/j.2517-6161.1949.tb00023.x|url-access=subscription }}</ref> Therefore, a [[confidence interval]] can be constructed by dividing a selected [[Standard score|z-score]] by <math>\sqrt{n}</math>. 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.<ref name=":3" />
 
==References==
{{Reflist}}
{{NIST-PD|http://www.itl.nist.gov/div898/handbook/pmc/section4/pmc4463.htm}}
 
{{Statistics|analysis}}