Uses of Interface
org.orekit.estimation.ParameterEstimator
Packages that use ParameterEstimator
Package
Description
The leastsquares package provides an implementation of a batch least
squares estimator engine to perform an orbit determination.
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 ParameterEstimatorModifier and TypeClassDescriptionclassLeast squares estimator for orbit determination.classSequential least squares estimator for orbit determination. -
Uses of ParameterEstimator in org.orekit.estimation.sequential
Classes in org.orekit.estimation.sequential that implement ParameterEstimatorModifier and TypeClassDescriptionclassBase class for Kalman estimators.classImplementation 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.