Function Autocorrelation

Part of:

package cl-mathstats
( autocorrelation &rest < args > )

autocorrelation (sample max-lag &optional (min-lag 0))
Autocorrelation is merely a cross-correlation between a sample and itself.
This function returns a list of correlations, where the i'th element is the
correlation of the sample with the sample starting at `i.'