Uses of Class
org.orekit.estimation.sequential.AbstractKalmanEstimator
Packages that use AbstractKalmanEstimator
Package
Description
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.sequentialModifier and TypeClassDescriptionclassImplementation of a Kalman filter to perform orbit determination.classImplementation of an Extended Semi-analytical Kalman Filter (ESKF) to perform orbit determination.classImplementation of an Unscented Semi-analytical Kalman filter (USKF) to perform orbit determination.classImplementation of an Unscented Kalman filter to perform orbit determination.Constructors in org.orekit.estimation.sequential with parameters of type AbstractKalmanEstimatorModifierConstructorDescriptionRtsSmoother(AbstractKalmanEstimator estimator) Smoother observer constructor from a sequential estimator.