Uses of Interface
org.hipparchus.filtering.kalman.Measurement
Package
Description
Kalman filter.
Kalman filter implementation for non-linear processes.
Kalman filter implementation for linear processes.
Unscented Kalman filter implementation.
-
Uses of Measurement in org.hipparchus.filtering.kalman
Modifier and TypeClassDescriptionclass
AbstractKalmanFilter<T extends Measurement>
Shared parts between linear and non-linear Kalman filters.interface
KalmanFilter<T extends Measurement>
Interface representing a Kalman filter. -
Uses of Measurement in org.hipparchus.filtering.kalman.extended
Modifier and TypeClassDescriptionclass
ExtendedKalmanFilter<T extends Measurement>
Kalman filter fornon-linear process
.interface
NonLinearProcess<T extends Measurement>
Non-linear process that can be estimated by aExtendedKalmanFilter
. -
Uses of Measurement in org.hipparchus.filtering.kalman.linear
Modifier and TypeClassDescriptionclass
LinearKalmanFilter<T extends Measurement>
Kalman filter forlinear process
.interface
LinearProcess<T extends Measurement>
Linear process that can be estimated by aLinearKalmanFilter
. -
Uses of Measurement in org.hipparchus.filtering.kalman.unscented
Modifier and TypeClassDescriptionclass
UnscentedKalmanFilter<T extends Measurement>
Unscented Kalman filter forunscented process
.interface
UnscentedProcess<T extends Measurement>
Unscented process that can be estimated by aUnscentedKalmanFilter
.