Click or drag to resize

CorrelationAuto(Double) Method

Auto-correlation function (ACF) based on FFT for all possible 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
)

Parameters

x  Double
Data array to calculate auto correlation for.

Return Value

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