Uses of Interface
org.hipparchus.filtering.kalman.KalmanFilter
- 
Packages that use KalmanFilter 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. - 
- 
Uses of KalmanFilter in org.hipparchus.filtering.kalman
Classes in org.hipparchus.filtering.kalman that implement KalmanFilter Modifier and Type Class Description classAbstractKalmanFilter<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 KalmanFilter Modifier and Type Class Description classExtendedKalmanFilter<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 KalmanFilter Modifier and Type Class Description classLinearKalmanFilter<T extends Measurement>Kalman filter forlinear process. 
 -