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 heuristic optimisation #34

Open
mitchelloharawild opened this issue Aug 22, 2018 · 3 comments
Open

Improve heuristic optimisation #34

mitchelloharawild opened this issue Aug 22, 2018 · 3 comments

Comments

@mitchelloharawild
Copy link
Member

Potential directions include loess and sampling techniques.
Automatic model specification should also be considered with this.

@mitchelloharawild
Copy link
Member Author

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.

@konradsemsch
Copy link

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?

@mitchelloharawild
Copy link
Member Author

Correct. Support for ARMA terms is currently limited to their functionality in dlm::dlmModARMA(). I would recommend against including ARMA terms in fasster models at this time.

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.

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