Uses of Interface
org.hipparchus.filtering.kalman.KalmanObserver
Packages that use KalmanObserver
Package
Description
Kalman filter.
Unscented Kalman filter implementation.
-
Uses of KalmanObserver in org.hipparchus.filtering.kalman
Classes in org.hipparchus.filtering.kalman that implement KalmanObserverModifier and TypeClassDescriptionclass
Kalman smoother for linear, extended or unscented filters.Methods in org.hipparchus.filtering.kalman that return KalmanObserverModifier and TypeMethodDescriptionprotected KalmanObserver
AbstractKalmanFilter.getObserver()
Get the observer.Methods in org.hipparchus.filtering.kalman with parameters of type KalmanObserverModifier and TypeMethodDescriptionvoid
AbstractKalmanFilter.setObserver
(KalmanObserver kalmanObserver) Set the filter observer callback.void
KalmanFilter.setObserver
(KalmanObserver observer) Set the filter observer callback. -
Uses of KalmanObserver in org.hipparchus.filtering.kalman.unscented
Methods in org.hipparchus.filtering.kalman.unscented with parameters of type KalmanObserverModifier and TypeMethodDescriptionvoid
UnscentedKalmanFilter.setObserver
(KalmanObserver kalmanObserver) Set the filter observer callback.