Calculate the moving average of an array.
Iterable
The input data to be analysed.
int
The number of data points that the moving average will convolve.
np.array
An array of the moving averages
Contents: