Is there a Julia package that has some functionality for deseasonalizing time series data (eg monthly)? I can implement a naive approach (regress, remove) very quickly, looking for something more sophisticated.
If there isn’t one, I may just port X13-ARIMA-SEATS, but it would be great to a avoid that .