Calculate the acf for an object
Calculate the acf for an object.
## S3 method for class 'TSdata' acf(x, ...) ## S3 method for class 'TSestModel' acf(x, ...)
x |
an object. |
... |
additional arguments passed to stats::acf. |
The default method uses stats::acf
. The method
for TSdata extracts the output data and then uses acf.
The method for TSestModel calculates the residuals
(prediction minus data) and then uses acf.
see stats::acf.
Paul Gilbert
stats::acf
,
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.