Learn R Programming

caschrono (version 2.4)

xy.acfb: Representation of a time series and its ACF and PACF

Description

xy.acfb plots a time series and its ACF and PACF at the same lags.

Usage

xy.acfb(y, lag.max=40, numer=TRUE)

Value

if numer=TRUE, it prints the values of ACF and PACF for each lag

Arguments

y

A time series object

lag.max

An integer, the value of the maximum lag

numer

A boolean, =TRUE for printing the value of ACF and PACF by lag

Author

Yves Aragon and Thibault Laurent

Details

We keep the same scale for the ACF and the PACF

References

Shumway R. and Stoffer D., Time Series Analysis and Its Applications - With R Examples, 2nd ed., 2006, Springer.

See Also

acf2y

Examples

Run this code
data(nottem)
xy.acfb(nottem)

Run the code above in your browser using DataLab