Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

acf

Calculate the acf for an object


Description

Calculate the acf for an object.

Usage

## S3 method for class 'TSdata'
acf(x, ...)
    ## S3 method for class 'TSestModel'
acf(x, ...)

Arguments

x

an object.

...

additional arguments passed to stats::acf.

Details

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.

Value

see stats::acf.

Author(s)

Paul Gilbert

See Also

stats::acf,


dse

Dynamic Systems Estimation (Time Series Package)

v2020.2-1
GPL-2
Authors
Paul Gilbert <pgilbert.ttv9z@ncf.ca>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.