Uses of Interface
org.hipparchus.filtering.kalman.extended.NonLinearProcess
Package
Description
Kalman filter implementation for non-linear processes.
-
Uses of NonLinearProcess in org.hipparchus.filtering.kalman.extended
ModifierConstructorDescriptionExtendedKalmanFilter
(MatrixDecomposer decomposer, NonLinearProcess<T> process, ProcessEstimate initialState) Simple constructor.