You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to support the Joseph-form covariance update equation in KalmanFilter, ExtendedKalmanFilter and UnscentedKalmanFilter. 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:
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: