Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seasonal-Trend decomposition using LOESS (STL) #37

Closed
Sinansi opened this issue Jul 22, 2020 · 2 comments
Closed

Seasonal-Trend decomposition using LOESS (STL) #37

Sinansi opened this issue Jul 22, 2020 · 2 comments

Comments

@Sinansi
Copy link

Sinansi commented Jul 22, 2020

I couldn't find any library in Julia that actually does seasonal decomposition.

STL Decomposition seems complicated but if you know how to code Loess, I believe it would be much easier than having no prior knowledge at all.

I kindly ask the authors of this package to consider becoming the first Julia library that provide time series seasonal decomposition.

I am currently using STL Decomposition from Python Statsmodels via PyCall. But it is too slow.
https://www.statsmodels.org/devel/examples/notebooks/generated/stl_decomposition.html

Python Statsmodels is slow in general, I believe it is written only in Python.

Thank you!

@guilhermebodin
Copy link

Hi @Sinansi, there is https://github.com/guilhermebodin/SeasonalTrendLoess.jl I think for now it is quite slow as it uses the exact procedure as described in the STL paper.

@Sinansi
Copy link
Author

Sinansi commented Jun 16, 2021

@guilhermebodin Thank you so much! I find this package very useful. Regarding the speed, atleast it is better than calling STL of statsmodels. Great work!

@Sinansi Sinansi closed this as completed Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants