| tsDisplay {UComp} | R 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)
[Package UComp version 5.0.4 Index]