Uses of Interface
org.hipparchus.util.UnscentedTransformProvider
Package
Description
Unscented Kalman filter implementation.
Convenience routines and common data structures used throughout the Hipparchus library.
-
Uses of UnscentedTransformProvider in org.hipparchus.filtering.kalman.unscented
Modifier and TypeMethodDescriptionUnscentedKalmanFilter.getUnscentedTransformProvider()
Get the unscented transform provider.ModifierConstructorDescriptionUnscentedKalmanFilter
(MatrixDecomposer decomposer, UnscentedProcess<T> process, ProcessEstimate initialState, UnscentedTransformProvider utProvider) Simple constructor. -
Uses of UnscentedTransformProvider in org.hipparchus.util
Modifier and TypeClassDescriptionclass
Base class for unscented transform providers.class
Unscented transform as defined by Julier and Uhlmann.class
Unscented transform as defined by Merwe and Wan.