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 class
KalmanSmoother
Kalman smoother for linear, extended or unscented filters.Methods in org.hipparchus.filtering.kalman that return KalmanObserver Modifier and Type Method Description protected KalmanObserver
AbstractKalmanFilter. getObserver()
Get the observer.Methods in org.hipparchus.filtering.kalman with parameters of type KalmanObserver Modifier and Type Method Description void
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 KalmanObserver Modifier and Type Method Description void
UnscentedKalmanFilter. setObserver(KalmanObserver kalmanObserver)
Set the filter observer callback.
-