Package org.hipparchus.filtering.kalman
package org.hipparchus.filtering.kalman
Kalman filter.
- Since:
- 1.3
-
ClassDescriptionAbstractKalmanFilter<T extends Measurement>Shared parts between linear and non-linear Kalman filters.Interface representing a Kalman estimate.KalmanFilter<T extends Measurement>Interface representing a Kalman filter.Observer for Kalman filter recursions.Kalman smoother for linear, extended or unscented filters.Interface defining a measurement on process.Holder for process state and covariance.