stats-cli

Crates.iostats-cli
lib.rsstats-cli
version3.0.1
sourcesrc
created_at2017-04-01 21:55:17.102765
updated_at2021-12-05 03:43:56.889858
descriptionA command line statistics binary and package
homepagehttps://github.com/erikbrinkman/stats
repositoryhttps://github.com/erikbrinkman/stats
max_upload_size
id9333
size48,146
Erik Brinkman (erikbrinkman)

documentation

https://docs.rs/stats-cli

README

Stats CLI

crates.io documentation tests MIT License

Rust package for efficiently computing statistics on floating point numbers from the command line. This contains both a command line binary and a rust library with incremental statistics objects. Currently only summary statistics (min, mean, variance), percentiles, and mode are supported.

See the rust documentation for the library api, or the cli help for usage.

To Do

  • Add sketches (many other crates do this)
  • Add testing to cli
  • Weigh tradeoffs behind DerefCopy trait vs Borrow + Copy
Commit count: 30

cargo fmt