Uses of Interface
org.apache.commons.math3.filter.MeasurementModel
Packages that use MeasurementModel
Package
Description
Implementations of common discrete-time linear filters.
-
Uses of MeasurementModel in org.apache.commons.math3.filter
Classes in org.apache.commons.math3.filter that implement MeasurementModelModifier and TypeClassDescriptionclass
Default implementation of aMeasurementModel
for the use with aKalmanFilter
.Fields in org.apache.commons.math3.filter declared as MeasurementModelModifier and TypeFieldDescriptionprivate final MeasurementModel
KalmanFilter.measurementModel
The measurement model used by this filter instance.Constructors in org.apache.commons.math3.filter with parameters of type MeasurementModelModifierConstructorDescriptionKalmanFilter
(ProcessModel process, MeasurementModel measurement) Creates a new Kalman filter with the given process and measurement models.