Uses of Interface
org.orekit.estimation.sequential.KalmanEstimation
-
Packages that use KalmanEstimation Package Description org.orekit.estimation.sequential -
-
Uses of KalmanEstimation in org.orekit.estimation.sequential
Classes in org.orekit.estimation.sequential that implement KalmanEstimation Modifier and Type Class Description class
Model
Class defining the process model dynamics to use with aKalmanEstimator
.Methods in org.orekit.estimation.sequential with parameters of type KalmanEstimation Modifier and Type Method Description void
KalmanObserver. evaluationPerformed(KalmanEstimation estimation)
Notification callback after each one of a Kalman filter estimation.
-