Uses of Class
org.orekit.estimation.sequential.UnscentedKalmanEstimatorBuilder
-
Packages that use UnscentedKalmanEstimatorBuilder Package Description org.orekit.estimation.sequential The sequential package provides an implementation of a Kalman Filter engine to perform an orbit determination. -
-
Uses of UnscentedKalmanEstimatorBuilder in org.orekit.estimation.sequential
Methods in org.orekit.estimation.sequential that return UnscentedKalmanEstimatorBuilder Modifier and Type Method Description UnscentedKalmanEstimatorBuilderUnscentedKalmanEstimatorBuilder. addPropagationConfiguration(PropagatorBuilder builder, CovarianceMatrixProvider provider)Add a propagation configuration.UnscentedKalmanEstimatorBuilderUnscentedKalmanEstimatorBuilder. decomposer(MatrixDecomposer matrixDecomposer)Configure the matrix decomposer.UnscentedKalmanEstimatorBuilderUnscentedKalmanEstimatorBuilder. estimatedMeasurementsParameters(ParameterDriversList estimatedMeasurementsParams, CovarianceMatrixProvider provider)Configure the estimated measurement parameters.UnscentedKalmanEstimatorBuilderUnscentedKalmanEstimatorBuilder. unscentedTransformProvider(UnscentedTransformProvider transformProvider)Configure the unscented transform provider.
-