Uses of Class
org.hipparchus.filtering.kalman.unscented.UnscentedEvolution
Packages that use UnscentedEvolution
Package
Description
Unscented Kalman filter implementation.
-
Uses of UnscentedEvolution in org.hipparchus.filtering.kalman.unscented
Methods in org.hipparchus.filtering.kalman.unscented that return UnscentedEvolutionModifier and TypeMethodDescriptionUnscentedProcess.getEvolution
(double previousTime, RealVector[] sigmaPoints, T measurement) Get the state evolution between two times.