Skip to content

Releases: econcz/stata-arimaauto

arimaauto 1.0.6 for SSC

01 Apr 14:28
d20c58e
Compare
Choose a tag to compare

arimaauto is de facto an "augmented" Mata-written sister program to Christopher F. Baum's ARMA-limited arimasel with mutually consistent output, allowing for ARIMA(p,d,q) and multiplicative seasonal ARIMA(p,d,q)(P,D,Q) models, selecting the best model based on the LLF, AIC or SIC, and returning its estimates at the same time. However, unlike arimasel, the selection is by default peformed with the help of the Hyndman-Khandakar algorithm, first implemented in the auto.arima function (part of of the "forecast" package) in the R language.