Uses of Interface
org.hipparchus.filtering.kalman.unscented.UnscentedProcess
-
Packages that use UnscentedProcess Package Description org.hipparchus.filtering.kalman.unscented Unscented Kalman filter implementation. -
-
Uses of UnscentedProcess in org.hipparchus.filtering.kalman.unscented
Constructors in org.hipparchus.filtering.kalman.unscented with parameters of type UnscentedProcess Constructor Description UnscentedKalmanFilter(MatrixDecomposer decomposer, UnscentedProcess<T> process, ProcessEstimate initialState, UnscentedTransformProvider utProvider)
Simple constructor.
-