I have quarterly data from 2017 to 2020 (16 data points) to forecast. I tried to use SARIMA but it is giving me weird numbers (High and negative fitted values). Also, I tried exponential smoothening which is working better than SARIMA. But 2020 data points is affecting the forecast (Checked against 1st quarter real data for 2021).
I need few suggestions here -
Which method would be best for less data points?
Should I transform (disaggregate) quarterly to monthly/weekly? is it recommended?
Since SARIMA is not working fine this data and exponential smoothening doesn't allow to add exogenous regressor (by research I came to know), I couldn't able to add any covid related variable to my model. any suggestion how I can add exogenous regressor.
Considering data has seasonality exponential smoothening seems to be working okay but because of 2020 covid effect it is affecting future forecast.
Can I remove 2020 data points from my model (train dataset) to achieve good accuracy?
suggestion would be highly appreciated.
Feel free to comment if any more information required to help.