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

Optimize the simulation smoother algorithm #3

Open
helske opened this issue Jun 22, 2017 · 1 comment
Open

Optimize the simulation smoother algorithm #3

helske opened this issue Jun 22, 2017 · 1 comment

Comments

@helske
Copy link
Owner

helske commented Jun 22, 2017

Current implementation of the simulation smoother algorithm used in walker_glm is somewhat slow, as I am not taking account the fact that we are simulating multiple samples from the same model. The corrections are relatively straightforward, and should be implemented at some point. Essentially same code is available in bssm package as well, so it should be pretty easy to just convert those codes to Stan.

@helske
Copy link
Owner Author

helske commented Mar 2, 2021

Actually, it would be better to replace the simulation smoother with psi-APF, which scales better with long time series.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant