Compute the coefficient of correlation over two (or more) columns. The output is one line of correlations. With exactly two columns, a new column *correlation* is created. With more than two columns, correlations are computed for each pairwise combin...
JOHNH/Fsdb-2.71 - 17 Nov 2020 05:00:30 UTCThis module makes it easy to create pipelines in Perl using separate processes. (In the past we used to use perl threads.) By default (as with all Fsdb modules), input is from STDIN and output to STDOUT. Two helper functions, fromfile and tofile can ...
JOHNH/Fsdb-2.71 - 17 Nov 2020 05:00:30 UTCCompute statistics (z-score and optionally t-score) over a COLUMN of numbers. Creates new columns called "zscore", "tscore". T-scores are only computed if requested with the "-t" option, or if "--tmean" or "--tstddev" are explicitly specified (defaul...
JOHNH/Fsdb-2.71 - 17 Nov 2020 05:00:30 UTCCompute linear regression over "column1" and "column2". Outputs slope, intercept, and correlation coefficient....
JOHNH/Fsdb-2.71 - 17 Nov 2020 05:00:30 UTC