The data. Does not have to be a time series object.
max.lag
Maximum lag. Can be omitted. Defaults to \(\sqrt{n} + 10\) unless \(n < 60\). If the series is seasonal, this will be at least 4 seasons by default.
plot
If TRUE (default), a graph is produced and the values are rounded and listed. If FALSE, no graph is produced and the values are listed but not rounded by the script.
main
Title of graphic; defaults to name of series.
ylim
Specify limits for the y-axis.
na.action
How to handle missing data; default is na.pass
...
Additional arguments passed to tsplot
Author
D.S. Stoffer
Details
Will print and/or plot the sample ACF and PACF on the same scale. The zero lag of the ACF (which is always 1) has been removed. If plot=TRUE, a graph is produced and the values are rounded and listed. If FALSE, no graph is produced and the values are listed but not rounded by the script. The error bounds are approximate white noise bounds, \(-1/n \pm 2/\sqrt{n}\); no other option is given.
References
You can find demonstrations of astsa capabilities at
FUN WITH ASTSA.