tREADME: update with new programs - numtools - perform numerical operations on vectors and matrices in unix pipes
(HTM) git clone git://src.adamsgaard.dk/numtools
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit ad31fb4193a02125008316ccd2d074f1bbd89f56
(DIR) parent 487db706cdb3ec0cbd23efe3cade7409e2cc08c3
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 9 May 2022 17:26:47 +0200
README: update with new programs
Diffstat:
M README | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/README b/README
t@@ -11,9 +11,12 @@ The toolset consists of the following:
- mean(1): returns the average value for each column.
- min(1): returns the minimum value for each column.
- randcounts(1): produces random counts in weighted bins.
+- randnum(1): produces random numbers in a range.
- range(1): generates an evenly spaced vector over a range.
- rangetest(1): tests the output status of a child program with a
range of input values.
+- stddev(1): returns the standard deviation for each input column.
+- stdvar(1): returns the standard variance for each input column.
- sum(1): returns the sum for each column.
- transpose(1): interchanges the row and column positions for each
field.