Uses of Class
org.hipparchus.filtering.kalman.extended.NonLinearEvolution
-
Packages that use NonLinearEvolution Package Description org.hipparchus.filtering.kalman.extended Kalman filter implementation for non-linear processes. -
-
Uses of NonLinearEvolution in org.hipparchus.filtering.kalman.extended
Methods in org.hipparchus.filtering.kalman.extended that return NonLinearEvolution Modifier and Type Method Description NonLinearEvolutionNonLinearProcess. getEvolution(double previousTime, RealVector previousState, T measurement)Get the state evolution between two times.Methods in org.hipparchus.filtering.kalman.extended with parameters of type NonLinearEvolution Modifier and Type Method Description RealVectorNonLinearProcess. getInnovation(T measurement, NonLinearEvolution evolution, RealMatrix innovationCovarianceMatrix)Get the innovation brought by a measurement.
-