Package | Description |
---|---|
org.apache.commons.math3.filter |
Implementations of common discrete-time linear filters.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultProcessModel
Default implementation of a
ProcessModel for the use with a KalmanFilter . |
Modifier and Type | Field and Description |
---|---|
private ProcessModel |
KalmanFilter.processModel
The process model used by this filter instance.
|
Constructor and Description |
---|
KalmanFilter(ProcessModel process,
MeasurementModel measurement)
Creates a new Kalman filter with the given process and measurement models.
|