I recently got to work on a problem of forecasting five years of data. But I only had five data point from previous years i.e. yearly data (frequency = 1). The data is heteroskedastic. For example, [574,1346,2051,6700,40].
What would be a best model to estimate the next five years? On my research , a linear regression is out of the picture because we need homoskedastic data. An ARIMA model will fail because it doesn't have enough data.
Note: That is all the data we have.
Any suggestions?
Thanks,
Prerit