#numbers #statistics #line #mean #min #stddev #delimited

app simplestats

Generate simple statistics on line delimited numbers

2 releases

0.1.3 Oct 3, 2021
0.1.2 Oct 3, 2021

#760 in Machine learning

MIT/Apache

10KB
130 lines

Simplestats

$ cat numbers.txt
1
2
3
4
5
6
7
8
9
10
$ simplestats numbers.txt

Output:

+-----+-----+-------+-------+------+--------------------+
| max | min | total | count | mean | stddev             |
+-----+-----+-------+-------+------+--------------------+
| 10  | 1   | 55    | 10    | 5.5  | 2.8722813232690143 |
+-----+-----+-------+-------+------+--------------------+

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~3–10MB
~77K SLoC