I am working on industrial output data and running a lot of tests for it, before I proceed to make an ARIMA model for it.
Before I do that, I need to decide whether or not to "log" the data.
I am having trouble spotting whether the data is growing exponentially or not. And even if it's not - it's logical to assume that industrial growth has constant growth and its variance goes up with time.
Bottom line - would you advise to log the data in general (not just for ARIMA) when I do things like seasonally adjust it and smooth it, etc.