Uses of Interface
org.apache.commons.math3.filter.ProcessModel

Packages that use ProcessModel
org.apache.commons.math3.filter 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 ProcessModel
 class DefaultProcessModel
          Default implementation of a ProcessModel for the use with a KalmanFilter.
 

Constructors in org.apache.commons.math3.filter with parameters of type ProcessModel
KalmanFilter(ProcessModel process, MeasurementModel measurement)
          Creates a new Kalman filter with the given process and measurement models.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.