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 classAbstractCovarianceMatrixProviderAbstract provider handling a predefined initial covariance matrix.classConstantProcessNoiseProvider for constant process noise matrices.classUnivariateProcessNoiseProvider 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 KalmanEstimatorBuilderKalmanEstimatorBuilder. addPropagationConfiguration(NumericalPropagatorBuilder builder, CovarianceMatrixProvider provider)Add a propagation configuration.
-