SuperFluffy / rust-recless

Recursive least squares algorithm in Rust
Apache License 2.0
2 stars 0 forks source link

Recursive Least Squares in Rust

This library implements the Recursive Least Squares algorithm with exponential forgetting. See Haykin's Adaptive Filter Theory for details.

It is using ndarray for its vector and matrix data structures.

Recent releases

License

Dual-licensed under Apache 2.0 and MIT licenses to be compatible with the Rust project.