T
- the type of the measurementsAbstractKalmanFilter
, ExtendedKalmanFilter
, LinearKalmanFilter
public interface KalmanFilter<T extends Measurement>
Modifier and Type | Method | 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–2018 Hipparchus.org. All rights reserved.