acvf: Autocovariance of data

View source: R/itsmr.R

acvfR Documentation

Autocovariance of data

Description

Autocovariance of data

Usage

acvf(x, h = 40)

Arguments

x

Time series data

h

Maximum lag

Value

Returns a vector of length h+1 to accomodate lag 0 at index 1.

See Also

plota

Examples

acvf(Sunspots)

itsmr documentation built on Aug. 6, 2022, 9:08 a.m.