acvf {itsmr} | R 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
Examples
acvf(Sunspots)
[Package itsmr version 1.10 Index]