plr

Crates.ioplr
lib.rsplr
version0.3.1
sourcesrc
created_at2019-10-13 00:22:46.834766
updated_at2022-07-06 20:04:43.168553
descriptionPerforms greedy or optimal error-bounded piecewise linear regression (PLR) and spline regression
homepage
repositoryhttps://github.com/RyanMarcus/plr
max_upload_size
id172024
size408,338
Ryan Marcus (RyanMarcus)

documentation

README

PLR (piecewise linear regression)

Rust crates.io

Rust implementation of the greedy and optimal error-bounded PLR algorithms described in:

Qing Xie, Chaoyi Pang, Xiaofang Zhou, Xiangliang Zhang, and Ke Deng. 2014. Maximum error-bounded Piecewise Linear Representation for online stream approximation. The VLDB Journal 23, 6 (December 2014), 915–937. DOI: https://doi.org/10.1007/s00778-014-0355-0

Error-bounded piecewise linear regression is the task of taking a set of datapoints and finding a piecewise linear function that approximates each datapoint within a fixed bound. See the crate documentation for more information.

PLR at various error levels

Commit count: 28

cargo fmt