From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/utilities/nttools/tstat.par | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pkg/utilities/nttools/tstat.par (limited to 'pkg/utilities/nttools/tstat.par') diff --git a/pkg/utilities/nttools/tstat.par b/pkg/utilities/nttools/tstat.par new file mode 100644 index 00000000..ad947bda --- /dev/null +++ b/pkg/utilities/nttools/tstat.par @@ -0,0 +1,21 @@ +intable,s,a,"",,,"input tables" +column,s,a,"",,,"column in input tables" +outtable,s,h,"STDOUT",,,"output table or STDOUT" +lowlim,r,h,INDEF,,,"values below this are ignored" +highlim,r,h,INDEF,,,"values above this are ignored" +rows,s,h,"-",,,"range of rows to use for statistics" +n_tab,s,h,"table",,,"column name for name of input table" +n_nam,s,h,"column",,,"column name for name of input column" +n_nrows,s,h,"nrows",,,"column name for number of good rows" +n_mean,s,h,"mean",,,"column name for mean" +n_stddev,s,h,"stddev",,,"column name for standard deviation" +n_median,s,h,"median",,,"column name for median" +n_min,s,h,"min",,,"column name for minimum" +n_max,s,h,"max",,,"column name for maximum" +nrows,i,h,,,,"number of rows" +mean,r,h,,,,"mean value" +stddev,r,h,,,,"standard deviation" +median,r,h,,,,"median value" +vmin,r,h,,,,"minimum" +vmax,r,h,,,,"maximum" +mode,s,h,"al" -- cgit