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 TypeClassDescriptionclassKalman smoother for linear, extended or unscented filters.Methods in org.hipparchus.filtering.kalman that return KalmanObserverModifier and TypeMethodDescriptionprotected KalmanObserverAbstractKalmanFilter.getObserver()Get the observer.Methods in org.hipparchus.filtering.kalman with parameters of type KalmanObserverModifier and TypeMethodDescriptionvoidAbstractKalmanFilter.setObserver(KalmanObserver kalmanObserver) Set the filter observer callback.voidKalmanFilter.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 TypeMethodDescriptionvoidUnscentedKalmanFilter.setObserver(KalmanObserver kalmanObserver) Set the filter observer callback.