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 classAbstractKalmanFilter<T extends Measurement>Shared parts between linear and non-linear Kalman filters.interfaceKalmanFilter<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 classExtendedKalmanFilter<T extends Measurement>Kalman filter fornon-linear process.interfaceNonLinearProcess<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 classLinearKalmanFilter<T extends Measurement>Kalman filter forlinear process.interfaceLinearProcess<T extends Measurement>Linear process that can be estimated by aLinearKalmanFilter. 
 -