-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support Joseph-form in Kalman filters #98
Comments
Another option is to have the QR form https://arxiv.org/abs/2208.06452 |
I noticed that once and a while in the It raises two points:
edit: an alternative and presumably better fallback would be to modify the current arrival covariance matrix to the nearest symmetric one with
Do you have an opinion @baggepinnen ? Thanks! |
I include |
I'll also add this line as another "saftey net" for the MHE. |
It would be nice to support the Joseph-form covariance update equation in
KalmanFilter
,ExtendedKalmanFilter
andUnscentedKalmanFilter
. It theoretically guarantee positive-definite covariance matrices, even with finite precision floating-point arithmetic.In my experience although, I never had any problems with the classical equation, both with the Kalman filter and the unscented version. I personally don't consider that as a high priority feature.
The text was updated successfully, but these errors were encountered: