Since I am implementing the ARIMA model, I need a stationary time series.
My problem is that for a bunch of my series it seems that neither the differentiation nor the Box-Cox can help (i.e. the data remain non-stationary).
Is there any other method that could be useful in reaching stationarity?
I also tried to differentiate the LN of the time series itself, but I didn't achieve the expected result.
Thank you