./math/basic-stats, Command-line tool to perform basic statistics on tabular data

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.2.8, Package name: basic-stats-0.1.2.8, Maintainer: bacon

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.


Master sites:


Version history: (Expand)


CVS history: (Expand)


   2023-10-28 22:50:40 by Jason Bacon | Files touched by this commit (4)
Log message:
math/basic-stats: Update to 0.1.2.8

Updates for new libxtend API
   2022-12-28 16:27:18 by Jason Bacon | Files touched by this commit (20)
Log message:
Change MAINTAINER= to OWNER= on mission-critical packages
   2022-06-12 16:35:09 by Jason Bacon | Files touched by this commit (4)
Log message:
math/basic-stats: Command-line tool for statistics on tabular data

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.