How to inversely transform time series predictions to add seasonality back in?
I have transformed some data to make it stationary before fitting an ARIMA(1,0,1) model.
I specifically want to manually transform the data to better understand the process.