powered by
xy.acfb plots a time series and its ACF and PACF at the same lags.
xy.acfb
xy.acfb(y, lag.max=40, numer=TRUE)
if numer=TRUE, it prints the values of ACF and PACF for each lag
numer=TRUE
A time series object
An integer, the value of the maximum lag
A boolean, =TRUE for printing the value of ACF and PACF by lag
=TRUE
Yves Aragon and Thibault Laurent
We keep the same scale for the ACF and the PACF
Shumway R. and Stoffer D., Time Series Analysis and Its Applications - With R Examples, 2nd ed., 2006, Springer.
acf2y
data(nottem) xy.acfb(nottem)
Run the code above in your browser using DataLab