Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 237 Bytes

readme.md

File metadata and controls

5 lines (3 loc) · 237 Bytes

Recursive Least Squares (RLS)

One of the most usefull algorithms I've come across is the RLS, and I often find myself looking for the definition and a simple python implementation. Hopefully this repo can serve as such a reference.