CorrelationAuto(Double, Int32) Method |
Auto-correlation function based on FFT for 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,
int[] k
)
Parameters
- x Double
- The data array to calculate auto correlation for.
- k Int32
- Array with lags to calculate ACF for.
Return Value
DoubleAn array with the ACF as a function of the lags k.
See Also