public interface KalmanEstimation
Kalman filter
estimations.
The "physical" term used to characterize the states and matrices is used per opposition to
the "normalized" states and matrices used to perform the computation.Modifier and Type | Method and Description |
---|---|
EstimatedMeasurement<?> |
getCorrectedMeasurement()
Get the estimated measurement.
|
SpacecraftState[] |
getCorrectedSpacecraftStates()
Get the corrected spacecraft states.
|
AbsoluteDate |
getCurrentDate()
Get the current date.
|
int |
getCurrentMeasurementNumber()
Get the current measurement number.
|
ParameterDriversList |
getEstimatedMeasurementsParameters()
Get the list of estimated measurements parameters.
|
ParameterDriversList |
getEstimatedOrbitalParameters()
Get the list of estimated orbital parameters.
|
ParameterDriversList |
getEstimatedPropagationParameters()
Get the list of estimated propagation parameters.
|
RealMatrix |
getPhysicalEstimatedCovarianceMatrix()
Get the "physical" estimated covariance matrix (i.e.
|
RealVector |
getPhysicalEstimatedState()
Get the "physical" estimated state (i.e.
|
RealMatrix |
getPhysicalInnovationCovarianceMatrix()
Get the physical innovation covariance matrix.
|
RealMatrix |
getPhysicalKalmanGain()
Get the physical Kalman gain matrix.
|
RealMatrix |
getPhysicalMeasurementJacobian()
Get the physical Jacobian of the measurement with respect to the state (H matrix).
|
RealMatrix |
getPhysicalStateTransitionMatrix()
Get physical state transition matrix between previous state and estimated (but not yet corrected) state.
|
EstimatedMeasurement<?> |
getPredictedMeasurement()
Get the predicted measurement.
|
SpacecraftState[] |
getPredictedSpacecraftStates()
Get the predicted spacecraft states.
|
ParameterDriversList getEstimatedOrbitalParameters()
ParameterDriversList getEstimatedPropagationParameters()
ParameterDriversList getEstimatedMeasurementsParameters()
SpacecraftState[] getPredictedSpacecraftStates()
SpacecraftState[] getCorrectedSpacecraftStates()
RealVector getPhysicalEstimatedState()
RealMatrix getPhysicalEstimatedCovarianceMatrix()
RealMatrix getPhysicalStateTransitionMatrix()
RealMatrix getPhysicalMeasurementJacobian()
RealMatrix getPhysicalInnovationCovarianceMatrix()
RealMatrix getPhysicalKalmanGain()
int getCurrentMeasurementNumber()
AbsoluteDate getCurrentDate()
EstimatedMeasurement<?> getPredictedMeasurement()
This estimation has been evaluated on the last predicted orbits
EstimatedMeasurement<?> getCorrectedMeasurement()
This estimation has been evaluated on the last corrected orbits
Copyright © 2002-2022 CS GROUP. All rights reserved.