public class KalmanModel extends Object implements KalmanODModel
KalmanEstimator.| Constructor and Description |
|---|
KalmanModel(List<IntegratedPropagatorBuilder> propagatorBuilders,
List<CovarianceMatrixProvider> covarianceMatricesProviders,
ParameterDriversList estimatedMeasurementParameters)
Kalman process model constructor (package private).
|
| Modifier and Type | Method and Description |
|---|---|
void |
finalizeEstimation(ObservedMeasurement<?> observedMeasurement,
ProcessEstimate estimate)
Finalize estimation.
|
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.
|
ProcessEstimate |
getEstimate()
Get the current corrected estimate.
|
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.
|
NumericalPropagator[] |
getEstimatedPropagators()
Get the propagators estimated with the values set in the propagators builders.
|
NonLinearEvolution |
getEvolution(double previousTime,
RealVector previousState,
MeasurementDecorator measurement) |
RealVector |
getInnovation(MeasurementDecorator measurement,
NonLinearEvolution evolution,
RealMatrix innovationCovarianceMatrix) |
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.
|
public KalmanModel(List<IntegratedPropagatorBuilder> propagatorBuilders, List<CovarianceMatrixProvider> covarianceMatricesProviders, ParameterDriversList estimatedMeasurementParameters)
propagatorBuilders - propagators builders used to evaluate the orbits.covarianceMatricesProviders - providers for covariance matricesestimatedMeasurementParameters - measurement parameters to estimatepublic SpacecraftState[] getPredictedSpacecraftStates()
getPredictedSpacecraftStates in interface KalmanEstimationpublic SpacecraftState[] getCorrectedSpacecraftStates()
getCorrectedSpacecraftStates in interface KalmanEstimationpublic RealMatrix getPhysicalStateTransitionMatrix()
getPhysicalStateTransitionMatrix in interface KalmanEstimationpublic RealMatrix getPhysicalMeasurementJacobian()
getPhysicalMeasurementJacobian in interface KalmanEstimationpublic RealMatrix getPhysicalInnovationCovarianceMatrix()
getPhysicalInnovationCovarianceMatrix in interface KalmanEstimationpublic RealMatrix getPhysicalKalmanGain()
getPhysicalKalmanGain in interface KalmanEstimationpublic int getCurrentMeasurementNumber()
getCurrentMeasurementNumber in interface KalmanEstimationpublic AbsoluteDate getCurrentDate()
getCurrentDate in interface KalmanEstimationpublic EstimatedMeasurement<?> getPredictedMeasurement()
This estimation has been evaluated on the last predicted orbits
getPredictedMeasurement in interface KalmanEstimationpublic EstimatedMeasurement<?> getCorrectedMeasurement()
This estimation has been evaluated on the last corrected orbits
getCorrectedMeasurement in interface KalmanEstimationpublic RealVector getPhysicalEstimatedState()
getPhysicalEstimatedState in interface KalmanEstimationpublic RealMatrix getPhysicalEstimatedCovarianceMatrix()
getPhysicalEstimatedCovarianceMatrix in interface KalmanEstimationpublic ParameterDriversList getEstimatedOrbitalParameters()
getEstimatedOrbitalParameters in interface KalmanEstimationpublic ParameterDriversList getEstimatedPropagationParameters()
getEstimatedPropagationParameters in interface KalmanEstimationpublic ParameterDriversList getEstimatedMeasurementsParameters()
getEstimatedMeasurementsParameters in interface KalmanEstimationpublic ProcessEstimate getEstimate()
getEstimate in interface KalmanODModelpublic NumericalPropagator[] getEstimatedPropagators()
getEstimatedPropagators in interface KalmanODModelpublic NonLinearEvolution getEvolution(double previousTime, RealVector previousState, MeasurementDecorator measurement)
getEvolution in interface NonLinearProcess<MeasurementDecorator>public RealVector getInnovation(MeasurementDecorator measurement, NonLinearEvolution evolution, RealMatrix innovationCovarianceMatrix)
getInnovation in interface NonLinearProcess<MeasurementDecorator>public void finalizeEstimation(ObservedMeasurement<?> observedMeasurement, ProcessEstimate estimate)
finalizeEstimation in interface KalmanODModelobservedMeasurement - measurement that has just been processedestimate - corrected estimateCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.