An open API service indexing awesome lists of open source software.

https://github.com/artyom/stddev

Command stddev reads float64 values on its stdin and outputs number of samples, population standard deviation and mean
https://github.com/artyom/stddev

Last synced: about 2 months ago
JSON representation

Command stddev reads float64 values on its stdin and outputs number of samples, population standard deviation and mean

Awesome Lists containing this project

README

          

Command stddev reads float64 values on its stdin and outputs number of
samples, population standard deviation and mean.

Values that cannot be parsed as float64 are silently ignored.

printf "1\n2\n3\n4\n5\njunk\n" | stddev
5 samples: stddev 1.414214 mean 3.000000