savgol-rs 0.1.0

Savitzky-Golay filter
Documentation

savgol-rs

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

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