Uses of Interface
org.hipparchus.filtering.kalman.KalmanObserver
-
Packages that use KalmanObserver Package Description org.hipparchus.filtering.kalman Kalman filter.org.hipparchus.filtering.kalman.unscented Unscented Kalman filter implementation. -
-
Uses of KalmanObserver in org.hipparchus.filtering.kalman
Classes in org.hipparchus.filtering.kalman that implement KalmanObserver Modifier and Type Class Description classKalmanSmootherKalman smoother for linear, extended or unscented filters.Methods in org.hipparchus.filtering.kalman that return KalmanObserver Modifier and Type Method Description protected KalmanObserverAbstractKalmanFilter. getObserver()Get the observer.Methods in org.hipparchus.filtering.kalman with parameters of type KalmanObserver Modifier and Type Method Description voidAbstractKalmanFilter. 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 KalmanObserver Modifier and Type Method Description voidUnscentedKalmanFilter. setObserver(KalmanObserver kalmanObserver)Set the filter observer callback.
-