aboutsummaryrefslogtreecommitdiff
path: root/math/basic-stats/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* math/basic-stats: Update to 0.1.2Jason W. Bacon2022-06-121-3/+3
| | | | Remove mutator macros (use functions only)
* math/basic-stats: Command-line tool for statistics on tabular dataJason W. Bacon2022-06-111-0/+3
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.