stats-cli 0.0.1

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

[![Crates.io](https://img.shields.io/crates/v/stats-cli.svg)](https://crates.io/crates/stats-cli)
[![Build Status](https://travis-ci.org/erikbrinkman/stats.svg?branch=master)](https://travis-ci.org/erikbrinkman/stats)
[![Documentation](https://docs.rs/stats-cli/badge.svg)](https://docs.rs/stats-cli)

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.