CorrelationAuto(Double) Method |
Auto-correlation function (ACF) based on FFT for all possible lags k.
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double[] Auto(
double[] x
)
Parameters
- x Double
- Data array to calculate auto correlation for.
Return Value
DoubleAn array with the ACF as a function of the lags k.
See Also