tsDisplay function

tsDisplay

tsDisplay

Displays time series plot with autocorrelation functions

tsDisplay(y, nCoef = 25, nPar = 0, s = NA)

Arguments

  • y: a vector, ts or tsibble object
  • nCoef: number of autocorrelation coefficients to estimate
  • nPar: number of parameters in a model if y is a residual
  • s: seasonal period, number of observations per year

Examples

tsDisplay(AirPassengers)

See Also

colMedians, rowMedians, tests, sumStats, gaussTest, ident, cusum, varTest, conv, armaFilter, dif, roots, zplane, acft, slide, plotSlide, Accuracy, size

Author(s)

Diego J. Pedregal

  • Maintainer: Diego J. Pedregal
  • License: GPL-3
  • Last published: 2025-04-02

Useful links