savgol-rs

Crates.iosavgol-rs
lib.rssavgol-rs
version0.1.0
sourcesrc
created_at2023-10-02 21:11:31.384488
updated_at2023-10-02 21:11:31.384488
descriptionSavitzky-Golay filter
homepage
repositoryhttps://github.com/tpict/savgol-rs/
max_upload_size
id990508
size20,719
Tom Picton (tpict)

documentation

README

savgol-rs

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

  • Supports 1D input only
  • Mimics mode="interp"
Commit count: 1

cargo fmt