I have a an ARIMA model which gives a pretty good forecast when compared to actuals. However it occasionally dips to negative values, while the quantity being predicted can never be negative.
Is there a way of forcing the ARIMA model to be positive?
I have a an ARIMA model which gives a pretty good forecast when compared to actuals. However it occasionally dips to negative values, while the quantity being predicted can never be negative.
Is there a way of forcing the ARIMA model to be positive?
ARIMA model while forecasting the future values uses differencing method intenally to stationarize the data,The negative values predicted are differenced values if u convert them to actual values that will be your End Result!