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