Uses of Interface
org.hipparchus.util.UnscentedTransformProvider
Packages that use 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
Methods in org.hipparchus.filtering.kalman.unscented that return UnscentedTransformProviderModifier and TypeMethodDescriptionUnscentedKalmanFilter.getUnscentedTransformProvider()
Get the unscented transform provider.Constructors in org.hipparchus.filtering.kalman.unscented with parameters of type UnscentedTransformProviderModifierConstructorDescriptionUnscentedKalmanFilter
(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 UnscentedTransformProviderModifier 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.