Uses of Interface
org.hipparchus.filtering.kalman.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
Modifier and TypeClassDescriptionclass
AbstractKalmanFilter<T extends Measurement>
Shared parts between linear and non-linear Kalman filters. -
Uses of KalmanFilter in org.hipparchus.filtering.kalman.extended
Modifier and TypeClassDescriptionclass
ExtendedKalmanFilter<T extends Measurement>
Kalman filter fornon-linear process
. -
Uses of KalmanFilter in org.hipparchus.filtering.kalman.linear
Modifier and TypeClassDescriptionclass
LinearKalmanFilter<T extends Measurement>
Kalman filter forlinear process
. -
Uses of KalmanFilter in org.hipparchus.filtering.kalman.unscented
Modifier and TypeClassDescriptionclass
UnscentedKalmanFilter<T extends Measurement>
Unscented Kalman filter forunscented process
.