Module Sample.Correlation.Auto

module Auto: sig .. end
Autocorrelation, i. e. the correlation of the sample against a shifted version of itself.

val pearson : float array -> float array
O(n^2) Computes autocorrelation, using Person product-moment correlation coefficient.