Uses of Interface
org.orekit.estimation.sequential.CovarianceMatrixProvider
-
Packages that use CovarianceMatrixProvider Package Description org.orekit.estimation.sequential -
-
Uses of CovarianceMatrixProvider in org.orekit.estimation.sequential
Classes in org.orekit.estimation.sequential that implement CovarianceMatrixProvider Modifier and Type Class Description class
AbstractCovarianceMatrixProvider
Abstract provider handling a predefined initial covariance matrix.class
ConstantProcessNoise
Provider for constant process noise matrices.class
UnivariateProcessNoise
Provider for a temporal evolution of the process noise matrix.Methods in org.orekit.estimation.sequential with parameters of type CovarianceMatrixProvider Modifier and Type Method Description KalmanEstimatorBuilder
KalmanEstimatorBuilder. addPropagationConfiguration(NumericalPropagatorBuilder builder, CovarianceMatrixProvider provider)
Add a propagation configuration.
-