lmlib.statespace.rls¶
Functions:
-
create_rls–Deprecated: instantiate RLS classes directly instead.
Functions¶
create_rls
¶
create_rls(cost, multi_channel_set=False, steady_state=False, kappa_diag=True, steady_state_method='closed_form', **kwargs)
Deprecated: instantiate RLS classes directly instead.
Source code in lmlib/statespace/rls.py
Classes¶
RLSAlssm— Recursive Least Square Alssm Class to compute and minimize Alssm Cost Functions.