Path to this page:
./
math/basic-stats,
Command-line tool to perform basic statistics on tabular data
Branch: CURRENT,
Version: 0.1.2.8,
Package name: basic-stats-0.1.2.8,
Maintainer: baconBasic-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)
- (2023-10-28) Updated to version: basic-stats-0.1.2.8
- (2022-06-12) Package added to pkgsrc.se, version basic-stats-0.1.2 (created)
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.
|