Module real_time_estimation

Module real_time_estimation 

Source
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§

RealTimeEstimator
Real-time parameter estimator

Enums§

RealTimeMethod
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