Uses of Interface
org.hipparchus.filtering.kalman.KalmanEstimate
-
Packages that use KalmanEstimate Package Description org.hipparchus.filtering.kalman Kalman filter.org.hipparchus.filtering.kalman.extended Kalman filter implementation for non-linear processes.org.hipparchus.filtering.kalman.linear Kalman filter implementation for linear processes.org.hipparchus.filtering.kalman.unscented Unscented Kalman filter implementation. -
-
Uses of KalmanEstimate in org.hipparchus.filtering.kalman
Subinterfaces of KalmanEstimate in org.hipparchus.filtering.kalman Modifier and Type Interface Description interfaceKalmanFilter<T extends Measurement>Interface representing a Kalman filter.Classes in org.hipparchus.filtering.kalman that implement KalmanEstimate Modifier and Type Class Description classAbstractKalmanFilter<T extends Measurement>Shared parts between linear and non-linear Kalman filters.Methods in org.hipparchus.filtering.kalman with parameters of type KalmanEstimate Modifier and Type Method Description default voidKalmanObserver. init(KalmanEstimate estimate)Callback for initialisation of observer.voidKalmanSmoother. init(KalmanEstimate estimate)voidKalmanObserver. updatePerformed(KalmanEstimate estimate)Notification callback after each Kalman filter measurement update.voidKalmanSmoother. updatePerformed(KalmanEstimate estimate) -
Uses of KalmanEstimate in org.hipparchus.filtering.kalman.extended
Classes in org.hipparchus.filtering.kalman.extended that implement KalmanEstimate Modifier and Type Class Description classExtendedKalmanFilter<T extends Measurement>Kalman filter fornon-linear process. -
Uses of KalmanEstimate in org.hipparchus.filtering.kalman.linear
Classes in org.hipparchus.filtering.kalman.linear that implement KalmanEstimate Modifier and Type Class Description classLinearKalmanFilter<T extends Measurement>Kalman filter forlinear process. -
Uses of KalmanEstimate in org.hipparchus.filtering.kalman.unscented
Classes in org.hipparchus.filtering.kalman.unscented that implement KalmanEstimate Modifier and Type Class Description classUnscentedKalmanFilter<T extends Measurement>Unscented Kalman filter forunscented process.
-