You are here: Symbol Reference > StatTimeSerAnalysis Namespace > Functions > StatTimeSerAnalysis.ACF Function
Stats Master VCL
ContentsIndex
PreviousUpNext
StatTimeSerAnalysis.ACF Function

Autocorrelation/autocovariance function.

Pascal
procedure ACF(const Src: TVec; const Dst: TVec; Lags: integer = -1);
Parameters 
Description 
Src 
Sample data set. 
Dst 
Stores sample autocorrelation (ACF) function. Size of Dst is adjusted automatically. 
Lags 
Number of lags to calculate. If Lags is -1 the number of lags is computed as
Lags := Ceil(10*Log10(Src.Length)) 

Calculates sample autocorrelation function at lags Lags.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!