All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractKalmanFilter<T extends Measurement> Shared parts between linear and non-linear Kalman filters.ExtendedKalmanFilter<T extends Measurement> Kalman filter fornon-linear process
.KalmanFilter<T extends Measurement> Interface representing a Kalman filter.LinearEvolution Container forlinear process
evolution data.LinearKalmanFilter<T extends Measurement> Kalman filter forlinear process
.LinearProcess<T extends Measurement> Linear process that can be estimated by aLinearKalmanFilter
.Measurement Interface defining a measurement on process.NonLinearEvolution Container fornon-linear process
evolution data.NonLinearProcess<T extends Measurement> Non-linear process that can be estimated by aExtendedKalmanFilter
.ProcessEstimate Holder for process state and covariance.UnscentedEvolution Container forunscented process
evolution data.UnscentedKalmanFilter<T extends Measurement> Unscented Kalman filter forunscented process
.UnscentedProcess<T extends Measurement> Unscented process that can be estimated by aUnscentedKalmanFilter
.