my.acf: Auotocovariance Function via the Discrete Fourier Transform
Description
Computes the autocovariance function for a time series.
Usage
my.acf(x)
Arguments
x
time series
Value
The autocovariance function, for all nonnegative lags, is output.
Details
The series is zero padded to twice its length before the discrete
Fourier transform is applied. Only the values corresponding to
nonnegative lags are provided.