Partial autocorrelation function: Difference between revisions

Content deleted Content added
Muhali (talk | contribs)
mention confidence interval in caption
Revised AR identification explanation to be clearer and more correct
Line 30:
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 estimated partial autocorrelation of lags greater than ''p'' for an AR(''p'') time series isare approximately independentlyindependent and [[Normal distribution|normally distributednormal]] with a [[mean]] of 0 and a [[variance]] of <math display="inline">\frac{1}{n}</math> where <math display="inline">n</math> is the number of observations in the time series.<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}}</ref> The [[standard error]] is <math display="inline">\frac{1}{\sqrt{n}}</math> andTherefore, a [[confidence interval]] can be constructed by multiplying the standard error anddividing 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==