THis question refers to the last unanswered comment in this question:
Decomposing a time series with some zero values
I see, thank you for the explanation. Let's suppose that the time series follows a multiplicative model. Wouldn't it be helpful to add a positive constant to the time series (so that all the values become greater than zero), perform the decomposition on the transformed data and then go back to the original scale by a back-trasformation? – John M
I'm doing this right now with my model, but I'm not sure if this holds as a solution and I can't seem to find anything on the internet. I know that 0 values and negative values can result in wrong decomposition with imaginary numbers.