T
- the type of the measurementspublic interface UnscentedProcess<T extends Measurement>
UnscentedKalmanFilter
.
This interface must be implemented by users to represent the behavior of the process to be estimated
UnscentedKalmanFilter
,
UnscentedProcess
Modifier and Type | Method and Description |
---|---|
UnscentedEvolution |
getEvolution(double previousTime,
RealVector[] sigmaPoints,
T measurement)
Get the state evolution between two times.
|
RealVector |
getInnovation(T measurement,
RealVector predictedMeasurement,
RealVector predictedState,
RealMatrix innovationCovarianceMatrix)
Get the innovation brought by a measurement.
|
UnscentedEvolution getEvolution(double previousTime, RealVector[] sigmaPoints, T measurement)
previousTime
- time of the previous statesigmaPoints
- sigma pointsmeasurement
- measurement to processRealVector getInnovation(T measurement, RealVector predictedMeasurement, RealVector predictedState, RealMatrix innovationCovarianceMatrix)
measurement
- measurement to processpredictedMeasurement
- predicted measurementpredictedState
- predicted stateinnovationCovarianceMatrix
- innovation covariance matrixCopyright © 2016-2022 CS GROUP. All rights reserved.