Package org.orekit.estimation.sequential
-
Interface Summary Interface Description CovarianceMatrixProvider Provider for process noise matrices.KalmanEstimation Interface for accessingKalman filterestimations.KalmanObserver Observer forKalman filterestimations. -
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 addingMeasurementAPI to anObservedMeasurement.Model Class defining the process model dynamics to use with aKalmanEstimator.UnivariateProcessNoise Provider for a temporal evolution of the process noise matrix.