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

Estimates autocorrelation/autocovariance function for the ARMA model.

Pascal
procedure ARMAAcf(const Phi: TVec; const Theta: TVec; const n: integer; const ResultACF: TVec; const Normalize: boolean = True);
Parameters 
Description 
Phi 
Stores Phi values for ARMA process, without the initial 1. 
Theta 
Stores Theta values for ARMA process, without the initial 1. 
Number of lags to calculate. 
ResultACF 
Returns autocovarialce (gamma[0], gamma[1], ...) or autocorrelation (rho[0], rho[1], ...) function for the ARMA model.. 
Normalize 
If true, ACF values are normalized by ACF[0]. If false, no normalization is performed and the ResultACF stores ACVF (gamma[0], gamma[1], ...gamma[n]) values. 

Estimates autocorrelation/autocovariance function for the ARMA model.

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