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

Kalman filtering and EM in Rcpp #2

Open
rbagd opened this issue Aug 27, 2019 · 0 comments
Open

Kalman filtering and EM in Rcpp #2

rbagd opened this issue Aug 27, 2019 · 0 comments

Comments

@rbagd
Copy link

rbagd commented Aug 27, 2019

Hi,

It's great to finally see someone making a decent nowcasting package for R. A few years ago I made this (there's a more up-to-date version on gitlab) but never took the time to package it into something nice.

One thing I recall is that R was pretty slow in running EM, especially with long and large datasets, which led me to rewrite the Kalman filter and EM-algorithm in RcppArmadillo instead. I guess there should be significant amount of overlap and some of the C++ code might still re-usable in your case.

You went much further in the implementation though. 👍

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