acf: Calculate the acf for an object

Description Usage Arguments Details Value Author(s) See Also

Description

Calculate the acf for an object.

Usage

1
2
3
4
    ## 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 documentation built on March 26, 2020, 7:12 p.m.