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

dlm object growth and storage of past values #25

Open
albertotb opened this issue Dec 5, 2017 · 0 comments
Open

dlm object growth and storage of past values #25

albertotb opened this issue Dec 5, 2017 · 0 comments

Comments

@albertotb
Copy link

Hi,

Is there any technical reason to store the whole time series used to create a model, besides plotting? If a model is grown by appending new data it can be a huge limitation to store all the values in memory, since it will eventually be too slow to save and load from disk. Besides, as far as I understand it, the model only needs a handful of parameters in order to perform the forward filtering and compute new predictions. Thus, it would be great if we could have the option to create a "minimal" dlm object, that only stores the information strictly necessary to compute basic operations such as appending, fitting and predicting.

Thank you in advance

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

1 participant