stlplus-rs

Crates.iostlplus-rs
lib.rsstlplus-rs
version0.1.3
sourcesrc
created_at2022-07-14 17:51:02.775637
updated_at2023-07-04 18:20:14.459426
descriptionPort of the enhanced Seasonal Trend Decomposition using Loess (STL) implementation to rust
homepagehttps://github.com/nmandery/stlplus-rs
repositoryhttps://github.com/nmandery/stlplus-rs
max_upload_size
id625812
size140,215
Nico Mandery (nmandery)

documentation

README

stlplus-rs

Latest Version Documentation ci dependency status

Port of the enhanced Seasonal Trend Decomposition using Loess (STL) implementation from https://github.com/hafen/stlplus (and the java implementation https://github.com/ruananswer/twitter-anomalyDetection-java) to rust.

At the current stage this project is mostly a rough port of the above repositories, there surely is room for improvement - PRs welcome.

Example

See crates_io_downloads.rs.

cargo run --example crates_io_downloads

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Commit count: 23

cargo fmt