I want forecast inflation using ARIMA model. My questions are:
- Does ARIMA require normally distributed input data? (Because my data—inflation—is not normal.)
- If ARIMA require normally distributed input data, how can I transform it to be normal? My data (inflation) contains negative values so I couldn't use the log transform to handle it.