You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MSTL currently bails out if passed non-seasonal data or periods. The original paper and R/statsforecast implementations, however, use supersmoother to smooth the trend before modelling that as usual.
We should do the same. We'll need to write a supersmoother implementation though...
The text was updated successfully, but these errors were encountered:
MSTL currently bails out if passed non-seasonal data or periods. The original paper and R/statsforecast implementations, however, use
supersmoother
to smooth the trend before modelling that as usual.We should do the same. We'll need to write a supersmoother implementation though...
The text was updated successfully, but these errors were encountered: