Uses of Interface
org.hipparchus.util.UnscentedTransformProvider
-
Packages that use UnscentedTransformProvider Package Description org.hipparchus.filtering.kalman.unscented Unscented Kalman filter implementation.org.hipparchus.util Convenience routines and common data structures used throughout the Hipparchus library. -
-
Uses of UnscentedTransformProvider in org.hipparchus.filtering.kalman.unscented
Methods in org.hipparchus.filtering.kalman.unscented that return UnscentedTransformProvider Modifier and Type Method Description UnscentedTransformProviderUnscentedKalmanFilter. getUnscentedTransformProvider()Get the unscented transform provider.Constructors in org.hipparchus.filtering.kalman.unscented with parameters of type UnscentedTransformProvider Constructor Description UnscentedKalmanFilter(MatrixDecomposer decomposer, UnscentedProcess<T> process, ProcessEstimate initialState, UnscentedTransformProvider utProvider)Simple constructor. -
Uses of UnscentedTransformProvider in org.hipparchus.util
Classes in org.hipparchus.util that implement UnscentedTransformProvider Modifier and Type Class Description classAbstractUnscentedTransformBase class for unscented transform providers.classJulierUnscentedTransformUnscented transform as defined by Julier and Uhlmann.classMerweUnscentedTransformUnscented transform as defined by Merwe and Wan.
-