opnsense-ports/math/basic-stats/pkg-descr
Franco Fichtner 06685ded41 */*: sync with upstream
Taken from: FreeBSD
2022-06-13 08:27:35 +02:00

8 lines
412 B
Text

Basic-stats is a command-line tool to perform basic statistics on a
tabular data stream. It supports performing multiple functions such as
mean, median, etc. on independent rows and/or columns during a single
pass on independent rows and/or columns. Memory use is trivial except
for functions that require loading the sample/population for sorting,
such as median.
WWW: https://github.com/auerlab/basic-stats