StatTimeSerAnalysis::ARMAAcf Function

void ARMAAcf(TVec *Phi, TVec *Theta, const int n, TVec *ResultACF, const bool Normalize = true);

Estimates autocorrelation/autocovariance function for the ARMA model.

#NameTypeDescription
1PhiTVec *Stores Phi values for ARMA process, without the initial 1.
2ThetaTVec *Stores Theta values for ARMA process, without the initial 1.
3nconst intNumber of lags to calculate.
4ResultACFTVec *Returns autocovarialce (gamma[0], gamma[1], ...) or autocorrelation (rho[0], rho[1], ...) function for the ARMA model..
5Normalize = trueconst boolIf 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.
Remarks:

Estimates autocorrelation/autocovariance function for the ARMA model.

See Also: StatTimeSerAnalysis::ARMAKappa
Declared in Dew::Stats::Units::StatTimeSerAnalysis · Dew.Stats/Units.StatTimeSerAnalysis.h · Cross-compiler