Question:
In regression based approach for time series forecasting, I want to capture both exponential trend and multiplicative seasonality.
As per my understanding from the book and notes, I understand that we can use lambda = 0 in tslm() to capture exponential trend.
However, to capture multiplicative seasonality, do we need to take log(y) (i.e. log of dependent variable) also along with lambda = 0 in tslm().
Attached the book that I referred.