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

Improve ARIMA correction #94

Open
AmberSJones opened this issue Mar 30, 2021 · 1 comment
Open

Improve ARIMA correction #94

AmberSJones opened this issue Mar 30, 2021 · 1 comment

Comments

@AmberSJones
Copy link
Owner

The performance and speed of ARIMA correction might be improved by limiting the window of piecewise model development to 2-6 times the length of the gap.

@tannerlex
Copy link
Collaborator

Make this use one parameter that limits the forecasting and backcasting data to x number of days to build the model from.

AmberSJones pushed a commit that referenced this issue Apr 7, 2021
…sts (#98)

* implemented issue #94 Improve ARIMA correction, but not well tested

* changed timedelta call to use pandas

Co-authored-by: Tanner Jones <tanner.jones@sdl.usu.edu>
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