Interface MeasurementModel
- All Known Implementing Classes:
DefaultMeasurementModel
public interface MeasurementModel
Defines the measurement model for the use with a
KalmanFilter.- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the measurement matrix.Returns the measurement noise matrix.
-
Method Details
-
getMeasurementMatrix
-
getMeasurementNoise
RealMatrix getMeasurementNoise()Returns the measurement noise matrix. This method is called by theKalmanFilterevery correction step, so implementations of this interface may return a modified measurement noise depending on the current iteration step.- Returns:
- the measurement noise matrix
- See Also:
-