Uses of Interface
org.hipparchus.filtering.kalman.KalmanEstimate
Packages that use KalmanEstimate
Package
Description
Kalman filter.
Kalman filter implementation for non-linear processes.
Kalman filter implementation for linear processes.
Unscented Kalman filter implementation.
-
Uses of KalmanEstimate in org.hipparchus.filtering.kalman
Subinterfaces of KalmanEstimate in org.hipparchus.filtering.kalmanModifier and TypeInterfaceDescriptioninterfaceKalmanFilter<T extends Measurement>Interface representing a Kalman filter.Classes in org.hipparchus.filtering.kalman that implement KalmanEstimateModifier and TypeClassDescriptionclassAbstractKalmanFilter<T extends Measurement>Shared parts between linear and non-linear Kalman filters.Methods in org.hipparchus.filtering.kalman with parameters of type KalmanEstimateModifier and TypeMethodDescriptiondefault 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 KalmanEstimateModifier and TypeClassDescriptionclassExtendedKalmanFilter<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 KalmanEstimateModifier and TypeClassDescriptionclassLinearKalmanFilter<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 KalmanEstimateModifier and TypeClassDescriptionclassUnscentedKalmanFilter<T extends Measurement>Unscented Kalman filter forunscented process.