tsDisplay: tsDisplay

View source: R/tools.R

tsDisplayR Documentation

tsDisplay

Description

Displays time series plot with autocorrelation functions

Usage

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

Author(s)

Diego J. Pedregal

See Also

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

Examples

tsDisplay(AirPassengers)

UComp documentation built on May 31, 2023, 7:41 p.m.

Related to tsDisplay in UComp...