stats-cli 2.0.0

A command line statistics binary and package
Documentation

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.

To Do

  • Add sketches.
  • Add testing to cli