Uses of Class
org.orekit.estimation.sequential.KalmanEstimatorBuilder
-
Packages that use KalmanEstimatorBuilder Package Description org.orekit.estimation.sequential -
-
Uses of KalmanEstimatorBuilder in org.orekit.estimation.sequential
Methods in org.orekit.estimation.sequential that return KalmanEstimatorBuilder Modifier and Type Method Description KalmanEstimatorBuilder
KalmanEstimatorBuilder. addPropagationConfiguration(NumericalPropagatorBuilder builder, CovarianceMatrixProvider provider)
Add a propagation configuration.KalmanEstimatorBuilder
KalmanEstimatorBuilder. decomposer(org.hipparchus.linear.MatrixDecomposer matrixDecomposer)
Configure the matrix decomposer.KalmanEstimatorBuilder
KalmanEstimatorBuilder. estimatedMeasurementsParameters(ParameterDriversList estimatedMeasurementsParams)
Configure the estimated measurement parameters.
-