Uses of Interface
org.apache.commons.math3.filter.ProcessModel
Packages that use ProcessModel
Package
Description
Implementations of common discrete-time linear filters.
-
Uses of ProcessModel in org.apache.commons.math3.filter
Classes in org.apache.commons.math3.filter that implement ProcessModelModifier and TypeClassDescriptionclass
Default implementation of aProcessModel
for the use with aKalmanFilter
.Constructors in org.apache.commons.math3.filter with parameters of type ProcessModelModifierConstructorDescriptionKalmanFilter
(ProcessModel process, MeasurementModel measurement) Creates a new Kalman filter with the given process and measurement models.