Package org.orekit.estimation.sequential
-
Interface Summary Interface Description CovarianceMatrixProvider Provider for process noise matrices.KalmanEstimation Interface for accessingKalman filter
estimations.KalmanObserver Observer forKalman filter
estimations. -
Class Summary Class Description AbstractCovarianceMatrixProvider Abstract provider handling a predefined initial covariance matrix.ConstantProcessNoise Provider for constant process noise matrices.KalmanEstimator Implementation of a Kalman filter to perform orbit determination.KalmanEstimatorBuilder Builder for a Kalman filter estimator.MeasurementDecorator Decorator addingMeasurement
API to anObservedMeasurement
.Model Class defining the process model dynamics to use with aKalmanEstimator
.UnivariateProcessNoise Provider for a temporal evolution of the process noise matrix.