Returns the autocorrelations of the time series x
.
A double
array of length maximumLag
+1 containing the autocorrelations of the time series x
.
The 0-th element of this array is 1. The k-th element of this array contains the autocorrelation of lag where k = 1, ..., maximumLag
.
AutoCorrelation Class | Imsl.Stat Namespace