Uses of Interface
org.orekit.estimation.ParameterEstimator
-
Packages that use ParameterEstimator Package Description org.orekit.estimation.leastsquares The leastsquares package provides an implementation of a batch least squares estimator engine to perform an orbit determination.org.orekit.estimation.sequential The sequential package provides an implementation of a Kalman Filter engine to perform an orbit determination. -
-
Uses of ParameterEstimator in org.orekit.estimation.leastsquares
Classes in org.orekit.estimation.leastsquares that implement ParameterEstimator Modifier and Type Class Description classBatchLSEstimatorLeast squares estimator for orbit determination.classSequentialBatchLSEstimatorSequential least squares estimator for orbit determination. -
Uses of ParameterEstimator in org.orekit.estimation.sequential
Classes in org.orekit.estimation.sequential that implement ParameterEstimator Modifier and Type Class Description classAbstractKalmanEstimatorBase class for Kalman estimators.classKalmanEstimatorImplementation of a Kalman filter to perform orbit determination.classSemiAnalyticalKalmanEstimatorImplementation of an Extended Semi-analytical Kalman Filter (ESKF) to perform orbit determination.classSemiAnalyticalUnscentedKalmanEstimatorImplementation of an Unscented Semi-analytical Kalman filter (USKF) to perform orbit determination.classUnscentedKalmanEstimatorImplementation of an Unscented Kalman filter to perform orbit determination.
-