Package org.hipparchus.filtering.kalman.unscented
Unscented Kalman filter implementation.
- Since:
- 2.2
-
Interface Summary Interface Description UnscentedProcess<T extends Measurement> Unscented process that can be estimated by aUnscentedKalmanFilter
. -
Class Summary Class Description UnscentedEvolution Container forunscented process
evolution data.UnscentedKalmanFilter<T extends Measurement> Unscented Kalman filter forunscented process
.