powered by
ARMA model identification using either AIC, AICC, or BIC
aic.wge(x, p = 0:5, q = 0:2, type = "aic")
Criterion used: aic (default), aicc, or bic
Value of the minimized criterion
AR order for selected model
AR parameter estimates for selected model
MA order for selected model
MA parameter estimates for selected model
White noise variance estimate for selected model
Realization to be analyzed
Range of p values to be considered
Range of q values to be considered
Type of model identification criterion: aic, aicc, or bic
Wayne Woodward
"Applied Time Series Analysis with R, 2nd edition" by Woodward, Gray, and Elliott
data(fig3.18a) aic.wge(fig3.18a,p=0:5,q=0:1,type='aicc')
Run the code above in your browser using DataLab