Calculates the autocorrelation of an array.
The array
const result = Chalkboard.stat.autocorrelation([1, 0, -1, 0]); // Returns the sequence's autocorrelation Copy
const result = Chalkboard.stat.autocorrelation([1, 0, -1, 0]); // Returns the sequence's autocorrelation
Calculates the autocorrelation of an array.