Uses of Class
org.orekit.estimation.sequential.AbstractKalmanEstimator
-
Packages that use AbstractKalmanEstimator Package Description org.orekit.estimation.sequential The sequential package provides an implementation of a Kalman Filter engine to perform an orbit determination. -
-
Uses of AbstractKalmanEstimator in org.orekit.estimation.sequential
Subclasses of AbstractKalmanEstimator in org.orekit.estimation.sequential Modifier and Type Class Description classKalmanEstimatorImplementation of a Kalman filter to perform orbit determination.classSemiAnalyticalKalmanEstimatorImplementation of an Extended Semi-analytical Kalman Filter (ESKF) to perform orbit determination.classSemiAnalyticalUnscentedKalmanEstimatorImplementation of an Unscented Semi-analytical Kalman filter (USKF) to perform orbit determination.classUnscentedKalmanEstimatorImplementation of an Unscented Kalman filter to perform orbit determination.
-