This allow a robot to help reproducing human activity on an application.
I followed the advice of defining the autocorrelation function in another post: def autocorr(x): result = np.correlate(x, x, …
python numpy statistics correlation autocorrelation