T - the type of the measurementspublic interface KalmanFilter<T extends Measurement>
| Modifier and Type | Method and Description |
|---|---|
ProcessEstimate |
estimationStep(T measurement)
Perform one estimation step.
|
ProcessEstimate |
getCorrected()
Get the current corrected state.
|
ProcessEstimate |
getPredicted()
Get the current predicted state.
|
ProcessEstimate estimationStep(T measurement) throws MathRuntimeException
measurement - single measurement to handleMathRuntimeException - if estimation failsProcessEstimate getPredicted()
ProcessEstimate getCorrected()
Copyright © 2016-2021 CS GROUP. All rights reserved.