Skip to content

tpcz/bash-stat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Trivial statistics utils callable in bash style

Examples:

$ echo "1 2 3 4 5 3 2 1 2 1 2 3 4 5"| basestats.py

Card : 14 Min : 1 Median: 2.5 Mean : 2.71428571429 Max : 5 Std : 1.33248272187 Var : 1.77551020408

$ echo "1 2 3 4 5 3 2 1 2 1 2 3 4 5"| hist.py --nbins 50 --titlex "Time to generate key [s]" --xlabel "Time [s]" --ylabel "Rate [observations]" --saveas "time-to-generate-key" &

[[ Output: Graph (requires X-Server connection)]]

$ cat $data | grep Deltas | awk '{print $4}' | hist.py --nbins 50 --titlex "Time to generate key [s]" --xlabel "Time [s]" --ylabel "Rate [observations]" --saveas "time-to-generate-key" &

[[ Output: Graph (requires X-Server connection)]]

About

Python based utils for basic "views on data" from bash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages