Uses of Interface
org.hipparchus.filtering.kalman.KalmanFilter
Packages that use KalmanFilter
Package
Description
Kalman filter.
Kalman filter implementation for non-linear processes.
Kalman filter implementation for linear processes.
Unscented Kalman filter implementation.
-
Uses of KalmanFilter in org.hipparchus.filtering.kalman
Classes in org.hipparchus.filtering.kalman that implement KalmanFilterModifier and TypeClassDescriptionclassAbstractKalmanFilter<T extends Measurement>Shared parts between linear and non-linear Kalman filters. -
Uses of KalmanFilter in org.hipparchus.filtering.kalman.extended
Classes in org.hipparchus.filtering.kalman.extended that implement KalmanFilterModifier and TypeClassDescriptionclassExtendedKalmanFilter<T extends Measurement>Kalman filter fornon-linear process. -
Uses of KalmanFilter in org.hipparchus.filtering.kalman.linear
Classes in org.hipparchus.filtering.kalman.linear that implement KalmanFilterModifier and TypeClassDescriptionclassLinearKalmanFilter<T extends Measurement>Kalman filter forlinear process. -
Uses of KalmanFilter in org.hipparchus.filtering.kalman.unscented
Classes in org.hipparchus.filtering.kalman.unscented that implement KalmanFilterModifier and TypeClassDescriptionclassUnscentedKalmanFilter<T extends Measurement>Unscented Kalman filter forunscented process.