StatTimeSerAnalysis.ARMAAcf Method

void ARMAAcf(TVec Phi, TVec Theta, Int32 n, TVec ResultACF, Boolean Normalize)

Estimates autocorrelation/autocovariance function for the ARMA model.

#NameDescription
1PhiStores Phi values for ARMA process, without the initial 1.
2ThetaStores Theta values for ARMA process, without the initial 1.
3nNumber of lags to calculate.
4NormalizeIf 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.
5ResultACFReturns autocovarialce (gamma[0], gamma[1], ...) or autocorrelation (rho[0], rho[1], ...) function for the ARMA model..

Result: stored in self (calling object)

Remarks:

Estimates autocorrelation/autocovariance function for the ARMA model.

See Also: StatTimeSerAnalysis.ARMAKappa