Class Hierarchy
- java.lang.Object
- org.orekit.estimation.sequential.AbstractCovarianceMatrixProvider (implements org.orekit.estimation.sequential.CovarianceMatrixProvider)
- org.orekit.estimation.sequential.ConstantProcessNoise
- org.orekit.estimation.sequential.UnivariateProcessNoise
- org.orekit.estimation.sequential.AbstractKalmanEstimator
- org.orekit.estimation.sequential.KalmanEstimator
- org.orekit.estimation.sequential.SemiAnalyticalKalmanEstimator
- org.orekit.estimation.sequential.SemiAnalyticalUnscentedKalmanEstimator
- org.orekit.estimation.sequential.UnscentedKalmanEstimator
- org.orekit.estimation.sequential.KalmanEstimatorBuilder
- org.orekit.estimation.sequential.KalmanEstimatorUtil
- org.orekit.estimation.sequential.KalmanModel (implements org.hipparchus.filtering.kalman.extended.NonLinearProcess<T>)
- org.orekit.estimation.sequential.MeasurementDecorator (implements org.hipparchus.filtering.kalman.Measurement)
- org.orekit.estimation.sequential.SemiAnalyticalKalmanEstimatorBuilder
- org.orekit.estimation.sequential.SemiAnalyticalKalmanModel (implements org.orekit.estimation.sequential.KalmanEstimation, org.hipparchus.filtering.kalman.extended.NonLinearProcess<T>, org.orekit.estimation.sequential.SemiAnalyticalProcess)
- org.orekit.estimation.sequential.SemiAnalyticalMeasurementHandler (implements org.orekit.propagation.sampling.OrekitStepHandler)
- org.orekit.estimation.sequential.SemiAnalyticalUnscentedKalmanEstimatorBuilder
- org.orekit.estimation.sequential.SemiAnalyticalUnscentedKalmanModel (implements org.orekit.estimation.sequential.KalmanEstimation, org.orekit.estimation.sequential.SemiAnalyticalProcess, org.hipparchus.filtering.kalman.unscented.UnscentedProcess<T>)
- org.orekit.estimation.sequential.UnscentedKalmanEstimatorBuilder
- org.orekit.estimation.sequential.UnscentedKalmanModel (implements org.hipparchus.filtering.kalman.unscented.UnscentedProcess<T>)
- org.orekit.estimation.sequential.AbstractCovarianceMatrixProvider (implements org.orekit.estimation.sequential.CovarianceMatrixProvider)
Interface Hierarchy
- org.orekit.estimation.sequential.CovarianceMatrixProvider
- org.orekit.estimation.sequential.KalmanEstimation
- org.orekit.estimation.sequential.KalmanObserver
- org.orekit.estimation.sequential.SemiAnalyticalProcess