acfpacf function

acfpacf produces a plot of the acf and the pacf of a time series

acfpacf produces a plot of the acf and the pacf of a time series

acfpacf(x, lag, HV = "H")

Arguments

  • x: the series, a vector or a time series
  • lag: scalar, maximal lag to be plotted
  • HV: character, controls division of graphic window: "H" horizontal, "V" vertical, default is "H"

Examples

data(LYNX) acfpacf(log(LYNX),15,HV="H")
  • Maintainer: Rainer Schlittgen
  • License: GPL
  • Last published: 2021-10-30

Useful links