-
Notifications
You must be signed in to change notification settings - Fork 15
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 heuristic optimisation #34
Comments
Another idea for this is to filter from the start of the series until some criteria is met, and then iterate this procedure using the new initial states until some other condition is satisfied. This should substantially speed up estimation for long time series. |
Do I understand correctly that ARMA terms are not selected automatically? What would be then the recommended way to go about that in an automated manner for a large number of time-series at the same time? |
Correct. Support for ARMA terms is currently limited to their functionality in Currently fasster does not provide tools for automatically identifying required model terms (#50). If the large number of time series exhibit similar structures, you can apply the same model definition to each series. |
Potential directions include loess and sampling techniques.
Automatic model specification should also be considered with this.
The text was updated successfully, but these errors were encountered: