How can I use numpy.correlate to do autocorrelation?
I need to do auto-correlation of a set of numbers, which as I understand it is just the correlation of the set with itself.
I need to do auto-correlation of a set of numbers, which as I understand it is just the correlation of the set with itself.