public interface MeasurementModel
KalmanFilter
.Modifier and Type | Method and Description |
---|---|
RealMatrix |
getMeasurementMatrix()
Returns the measurement matrix.
|
RealMatrix |
getMeasurementNoise()
Returns the measurement noise matrix.
|
RealMatrix getMeasurementMatrix()
RealMatrix getMeasurementNoise()
KalmanFilter
every correct step, so implementations of this
interface may return a modified measurement noise depending on current
iteration step.KalmanFilter.correct(double[])
,
KalmanFilter.correct(org.apache.commons.math3.linear.RealVector)
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.