The automatic-algorithms tag has no wiki summary.
1
vote
1answer
498 views
auto.arima from Forecast package
I am trying to fit a time series using the function auto.arima and I face some strange results.
As a first try, I use the command
...
10
votes
3answers
529 views
Auto.arima vs autobox do they differ?
From reading posts on this site I know there is an R function auto.arima (in the forecast package). I also know that IrishStat, ...