1 unstable release

0.1.0 Oct 2, 2023

#7 in #scipy

Download history 7/week @ 2024-09-18 8/week @ 2024-09-25 208/week @ 2024-10-02 396/week @ 2024-10-09 225/week @ 2024-10-16 149/week @ 2024-10-23 373/week @ 2024-10-30 294/week @ 2024-11-06

1,155 downloads per month

MIT/Apache

8KB
159 lines

savgol-rs

Savitzky-Golay filter in Rust, based on (and tested against) the Scipy implementation.

  • Supports 1D input only
  • Mimics mode="interp"

lib.rs:

Savitzky-Golay filter implementation.

Dependencies

~3MB
~57K SLoC