powered by
AR model selection using AIC, BIC, HQ
ARorder(x, pmax, type)
AR orders selected by AIC, BIC and HQ
the values of AIC, BIC and HQ
a time series data set
the maximum AR order
"const" for the AR model with intercept only, "const+trend" for the AR model with intercept and trend
Jae H. Kim
data(IPdata) ARorder(IPdata,pmax=12,type="const+trend")
Run the code above in your browser using DataLab