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 UnscentedKalmanEstimatorBuilder
UnscentedKalmanEstimatorBuilder. addPropagationConfiguration(PropagatorBuilder builder, CovarianceMatrixProvider provider)
Add a propagation configuration.UnscentedKalmanEstimatorBuilder
UnscentedKalmanEstimatorBuilder. decomposer(MatrixDecomposer matrixDecomposer)
Configure the matrix decomposer.UnscentedKalmanEstimatorBuilder
UnscentedKalmanEstimatorBuilder. estimatedMeasurementsParameters(ParameterDriversList estimatedMeasurementsParams, CovarianceMatrixProvider provider)
Configure the estimated measurement parameters.UnscentedKalmanEstimatorBuilder
UnscentedKalmanEstimatorBuilder. unscentedTransformProvider(UnscentedTransformProvider transformProvider)
Configure the unscented transform provider.
-