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

Re-implement STL to correctly support non-seasonal data and exogenous regressors #62

Open
mitchelloharawild opened this issue Jun 19, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@mitchelloharawild
Copy link
Member

When asking for an STL decomposition, it should always use an STL decomposition. The current behaviour of calling Friedman's SuperSmoother for non-seasonal data is incorrect and can cause confusion and inconsistencies with features.

This will require re-implementing STL, and while doing so it would be worthwhile to add support for exogenous regressors.

@mitchelloharawild mitchelloharawild added this to the v0.2.0 milestone Jun 19, 2019
@mitchelloharawild mitchelloharawild self-assigned this Jun 19, 2019
@mitchelloharawild mitchelloharawild added the enhancement New feature or request label Jun 19, 2019
@mitchelloharawild
Copy link
Member Author

Current STL source code is here: https://github.com/wch/r-source/blob/trunk/src/library/stats/src/stl.f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant