R: Forecast package: Automatic algorithm for composite model involving ETS and AR
Posted
by
phanikishan
on Stack Overflow
See other posts from Stack Overflow
or by phanikishan
Published on 2010-06-28T08:31:20Z
Indexed on
2011/01/17
19:53 UTC
Read the original article
Hit count: 260
Hey, I would like to write a code involving automatic selection of a best composite model using ETS as well as autoregressive models. What is the criteria I should base my selection on?
Also if I'm using the auto.arima function for deducing number of AR terms and corresponding coefficients from the forecast package in R, does my input series necessarily have to be stationary? or the value for d would be automatically selected thus returning a non-stationary model?
Thanks, Phani
© Stack Overflow or respective owner