Uses of Package
org.hipparchus.filtering.kalman
-
Packages that use org.hipparchus.filtering.kalman 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. -
Classes in org.hipparchus.filtering.kalman used by org.hipparchus.filtering.kalman Class Description KalmanFilter Interface representing a Kalman filter.Measurement Interface defining a measurement on process.ProcessEstimate Holder for process state and covariance. -
Classes in org.hipparchus.filtering.kalman used by org.hipparchus.filtering.kalman.extended Class Description AbstractKalmanFilter Shared parts between linear and non-linear Kalman filters.KalmanFilter Interface representing a Kalman filter.Measurement Interface defining a measurement on process.ProcessEstimate Holder for process state and covariance. -
Classes in org.hipparchus.filtering.kalman used by org.hipparchus.filtering.kalman.linear Class Description AbstractKalmanFilter Shared parts between linear and non-linear Kalman filters.KalmanFilter Interface representing a Kalman filter.Measurement Interface defining a measurement on process.ProcessEstimate Holder for process state and covariance.