Uses of Interface
org.hipparchus.filtering.kalman.Measurement
Packages that use 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
Classes in org.hipparchus.filtering.kalman with type parameters of type MeasurementModifier and TypeClassDescriptionclassAbstractKalmanFilter<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 MeasurementModifier and TypeClassDescriptionclassExtendedKalmanFilter<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 MeasurementModifier and TypeClassDescriptionclassLinearKalmanFilter<T extends Measurement>Kalman filter forlinear process.interfaceLinearProcess<T extends Measurement>Linear process that can be estimated by aLinearKalmanFilter. -
Uses of Measurement in org.hipparchus.filtering.kalman.unscented
Classes in org.hipparchus.filtering.kalman.unscented with type parameters of type MeasurementModifier and TypeClassDescriptionclassUnscentedKalmanFilter<T extends Measurement>Unscented Kalman filter forunscented process.interfaceUnscentedProcess<T extends Measurement>Unscented process that can be estimated by aUnscentedKalmanFilter.