Uses of Class
org.orekit.estimation.sequential.UnscentedKalmanEstimatorBuilder
Packages that use UnscentedKalmanEstimatorBuilder
Package
Description
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 UnscentedKalmanEstimatorBuilderModifier and TypeMethodDescriptionUnscentedKalmanEstimatorBuilder.addPropagationConfiguration(PropagatorBuilder builder, CovarianceMatrixProvider provider) Add a propagation configuration.UnscentedKalmanEstimatorBuilder.decomposer(MatrixDecomposer matrixDecomposer) Configure the matrix decomposer.UnscentedKalmanEstimatorBuilder.estimatedMeasurementsParameters(ParameterDriversList estimatedMeasurementsParams, CovarianceMatrixProvider provider) Configure the estimated measurement parameters.UnscentedKalmanEstimatorBuilder.unscentedTransformProvider(UnscentedTransformProvider transformProvider) Configure the unscented transform provider.