Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 269 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 269 Bytes

savgol-rs

crates.io

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

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