Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

It seems like the PACF graph is more informative than an ACF graph. What information does one get from an ACF graph that can not be gleaned from a PACF graph. (ACF = Auto-correlation function, and PACF = partial Autocorrelation).

share|improve this question
1  
I was taught that one can potentially identify the difference between an auto-regressive series and a moving average series by examining the PACF (see this webpage by Robert Nau for an explanation). A more complete answer would state why that is the case though (and functionally what is the difference between an AR and a MA process mathematically). – Andy W Nov 22 '11 at 13:48

1 Answer

They are algebraically relatable http://en.wikipedia.org/wiki/Autoregressive_model#Yule-Walker_equations thus there is no more information in one than the other. What do they speak is the unconditional relationship ACF and the conditional relationship PACF. If one has the ACF then one can impute the PACF and vice-versa.

share|improve this answer
This assumes the process is AR, right? Whereas the ACF and PACF are tools that work with any stationary series, whether it's AR or not. – whuber Nov 22 '11 at 15:38
:whuber I don't think so . I think in general there is a relationship between the two acf's although I could be wrong ! – IrishStat Nov 22 '11 at 22:43

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.