st

Command-line tool for computing statistics on numeric data streams

brewmacoslinux
Try with needOr install directly
Source

About

Statistics from the command-line

Commands

st

Examples

Calculate statistics for a list of numbers$ echo -e '10\n20\n30\n40\n50' | st
Get mean, median, and standard deviation from a file$ st < data.txt
Compute statistics from command output$ seq 1 100 | st