| Package | Description |
|---|---|
| org.orekit.estimation.sequential |
The sequential package provides an implementation of a
Kalman Filter engine to perform an orbit determination.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KalmanModel
Class defining the process model dynamics to use with a
KalmanEstimator. |
class |
SemiAnalyticalKalmanModel
Process model to use with a
SemiAnalyticalKalmanEstimator. |
class |
SemiAnalyticalUnscentedKalmanModel
Class defining the process model dynamics to use with a
SemiAnalyticalUnscentedKalmanEstimator. |
class |
UnscentedKalmanModel
Class defining the process model dynamics to use with a
UnscentedKalmanEstimator. |
| Modifier and Type | Method and Description |
|---|---|
protected KalmanEstimation |
SemiAnalyticalKalmanEstimator.getKalmanEstimation()
Get the provider for kalman filter estimations.
|
protected KalmanEstimation |
SemiAnalyticalUnscentedKalmanEstimator.getKalmanEstimation()
Get the provider for kalman filter estimations.
|
protected KalmanEstimation |
KalmanEstimator.getKalmanEstimation()
Get the provider for kalman filter estimations.
|
protected KalmanEstimation |
UnscentedKalmanEstimator.getKalmanEstimation()
Get the provider for kalman filter estimations.
|
protected abstract KalmanEstimation |
AbstractKalmanEstimator.getKalmanEstimation()
Get the provider for kalman filter estimations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KalmanObserver.evaluationPerformed(KalmanEstimation estimation)
Notification callback after each one of a Kalman filter estimation.
|
Copyright © 2002-2023 CS GROUP. All rights reserved.