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