Package org.hipparchus.filtering.kalman.extended
Kalman filter implementation for non-linear processes.
- Since:
- 1.3
-
Interface Summary Interface Description NonLinearProcess<T extends Measurement> Non-linear process that can be estimated by aExtendedKalmanFilter
. -
Class Summary Class Description ExtendedKalmanFilter<T extends Measurement> Kalman filter fornon-linear process
.NonLinearEvolution Container fornon-linear process
evolution data.