Hi everyone!
I'm trying to build a prediction model based in only one variable. Its a daily data, where I want to predict the next 6 days.
I have some series and they dont have correlation, so, the workflow need to predict with one series too well like in other series.
The problem here is it, with some series my workflow predict a growing line trend but in others he predicts the same value for all days, just changing the values in confidence interval.
Which configurations I need to look better to boost a TS model? I'm using the ETS because I got AIC higher than with ARIMA.
Example of series:
| 2.510000 |
| 2.660000 |
| 2.640000 |
| 2.820000 |
| 3.000000 |
| 2.920000 |
| 2.820000 |
| 2.640000 |
| 2.710000 |
| 2.610000 |