Uses of Interface
org.hipparchus.filtering.kalman.Measurement
-
Packages that use Measurement Package Description org.hipparchus.filtering.kalman Kalman filter.org.hipparchus.filtering.kalman.extended Kalman filter implementation for non-linear processes.org.hipparchus.filtering.kalman.linear Kalman filter implementation for linear processes. -
-
Uses of Measurement in org.hipparchus.filtering.kalman
Classes in org.hipparchus.filtering.kalman with type parameters of type Measurement Modifier and Type Class Description class
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
Classes in org.hipparchus.filtering.kalman.extended with type parameters of type Measurement Modifier and Type Class Description class
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
Classes in org.hipparchus.filtering.kalman.linear with type parameters of type Measurement Modifier and Type Class Description class
LinearKalmanFilter<T extends Measurement>
Kalman filter forlinear process
.interface
LinearProcess<T extends Measurement>
Linear process that can be estimated by aLinearKalmanFilter
.
-