Expand description
Real-time Parameter Estimation
This module provides algorithms for real-time parameter estimation that can handle continuous data streams with minimal latency. These methods are designed for applications where immediate response to new data is critical.
Structs§
- Real
Time Estimator - Real-time parameter estimator
Enums§
- Real
Time Method - Real-time estimation methods
Functions§
- exponentially_
weighted_ rls - Create an Exponentially Weighted RLS estimator
- kalman_
filter_ estimator - Create a Kalman Filter estimator
- real_
time_ linear_ regression - Convenience function for real-time linear regression
- recursive_
least_ squares - Create a Recursive Least Squares estimator