acf2y | R Documentation |
Plots of the ACF and PACF at the same lags
acf2y(y, lag.max = 40, numer = TRUE)
y |
A time series object |
lag.max |
An integer, the maximum lag |
numer |
A boolean; if TRUE the ACF and PACF are printed |
The ACF and PACF are plotted with the same scale.
if numer=TRUE, it returns the values of ACF and PACF for each lag
Yves Aragon, Thibault Laurent
Shumway R. and Stoffer D., Time Series Analysis and Its Applications - With R Examples, 2nd ed., 2006, Springer.
xy.acfb
data("nottem")
acf2y(nottem)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.