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 UnscentedTransformProvider
UnscentedKalmanFilter. 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 class
AbstractUnscentedTransform
Base class for unscented transform providers.class
JulierUnscentedTransform
Unscented transform as defined by Julier and Uhlmann.class
MerweUnscentedTransform
Unscented transform as defined by Merwe and Wan.
-