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