Click or drag to resize

CorrelationAuto(Double, Int32) Method

Auto-correlation function based on FFT for lags k.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Double
An array with the ACF as a function of the lags k.
See Also