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 class
KalmanEstimator
Implementation of a Kalman filter to perform orbit determination.class
SemiAnalyticalKalmanEstimator
Implementation of an Extended Semi-analytical Kalman Filter (ESKF) to perform orbit determination.class
SemiAnalyticalUnscentedKalmanEstimator
Implementation of an Unscented Semi-analytical Kalman filter (USKF) to perform orbit determination.class
UnscentedKalmanEstimator
Implementation of an Unscented Kalman filter to perform orbit determination.Constructors in org.orekit.estimation.sequential with parameters of type AbstractKalmanEstimator Constructor Description RtsSmoother(AbstractKalmanEstimator estimator)
Smoother observer constructor from a sequential estimator.
-