Recursive Least Squares Estimation (RLS) Algorithm
Efficient implementation for system identification using Recursive Least Squares (RLS) estimation. This algorithm is crucial for determining model order and parameter values. The program implements RLS to compute model order estimates and relevant parameter values with adaptive weight updates.