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 filters #245

Open
yakir12 opened this issue Mar 24, 2022 · 2 comments
Open

Kalman filters #245

yakir12 opened this issue Mar 24, 2022 · 2 comments

Comments

@yakir12
Copy link

yakir12 commented Mar 24, 2022

[Feature request] Wouldn't it be a perfect fit and make total sense to have a Kalman filter as one of the stats here?

@joshday
Copy link
Owner

joshday commented Mar 24, 2022

Yes, either that or to have an existing Kalman filter package depend on OnlineStatsBase.

I'm interested in adding it here, but I probably won't have the bandwidth to work on it anytime soon.

@guilhermebodin
Copy link

I could help in this case, we have a fairly performant Kalman filter implemented here https://github.com/LAMPSPUC/StateSpaceModels.jl/blob/master/src/filters/univariate_kalman_filter.jl

Currently, if we have all the matrices information (we don't need to estimate any parameters) the filter states are already calculated in an "online" manner.

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

3 participants