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