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

Unscented Kalman filter implementation? #64

Open
cgrudz opened this issue Mar 10, 2021 · 2 comments
Open

Unscented Kalman filter implementation? #64

cgrudz opened this issue Mar 10, 2021 · 2 comments

Comments

@cgrudz
Copy link
Contributor

cgrudz commented Mar 10, 2021

I was wondering if there are any current plans to implement the unscented Kalman filter for comparison with other ensemble-based methods. I am planning on using DAPPER with stats, maths and engineering students in a DA class and I think the implementation of the UKF would be nice for the engineering students to see a method that is also familiar in a lot of mechanical and electrical engineering literature. Having a relevant comparison on standard benchmarks would also be nice in order to discuss the strengths and weaknesses of this approach versus other ensemble-based schemes like ETKF.

@patnr
Copy link
Collaborator

patnr commented Mar 10, 2021

I have been wanting to do this for a long time, especially including comparisons. I could try to get to it this next week, at least some variant of it. I think I'd do comparisons for a Lorenz model, or possibly the KS model, seeing as that one has some engineering applications too. What do you think?

@cgrudz
Copy link
Contributor Author

cgrudz commented Mar 10, 2021 via email

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