KalmanFilter
scalation.modeling.forecasting.KalmanFilter
The KalmanFilter class provides a simple implementation of a Kalman filter. It is useful for smoothing noisy data and for providing better estimates of the state of a system.
Value parameters
- f
-
the state transition matrix
- h
-
the measurement matrix
- p
-
the initial covariance matrix
- q
-
the process noise covariance matrix
- r
-
the measurement noise covariance matrix
- x
-
the initial state vector
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article