Calculates the cross-correlation of two arrays.
The first array
The second array
const result = Chalkboard.stat.correlation([1, 2, 3], [3, 2, 1]); // Returns the cross-correlation Copy
const result = Chalkboard.stat.correlation([1, 2, 3], [3, 2, 1]); // Returns the cross-correlation
Calculates the cross-correlation of two arrays.