Uses of Class
org.orekit.estimation.sequential.AbstractCovarianceMatrixProvider
-
Packages that use AbstractCovarianceMatrixProvider Package Description org.orekit.estimation.sequential The sequential package provides an implementation of a Kalman Filter engine to perform an orbit determination. -
-
Uses of AbstractCovarianceMatrixProvider in org.orekit.estimation.sequential
Subclasses of AbstractCovarianceMatrixProvider in org.orekit.estimation.sequential Modifier and Type Class Description class
ConstantProcessNoise
Provider for constant process noise matrices.class
UnivariateProcessNoise
Provider for a temporal evolution of the process noise matrix.
-