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.KalmanFilter<T extends Measurement>Interface representing a Kalman filter.Interface defining a measurement on process.Holder for process state and covariance.