stats-cli 0.0.0

A command line statistics binary and package
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Stats CLI
=========

[![Build Status](https://travis-ci.org/erikbrinkman/stats.svg?branch=master)](https://travis-ci.org/erikbrinkman/stats)

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 support for generic numeric data types, after they're more supported in rust.
- Add sketches.