1 unstable release

0.1.0 Oct 2, 2023

#982 in Math

45 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