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

View source: R/xy.acfb.r

xy.acfbR Documentation

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)

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

Details

We keep the same scale for the ACF and the PACF

Value

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

Author(s)

Yves Aragon and Thibault Laurent

References

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

See Also

acf2y

Examples

data(nottem)
xy.acfb(nottem)

caschrono documentation built on Nov. 2, 2023, 5:16 p.m.