HTML automatically generated with rman
Table of Contents
tabsmooth - (hanning) smooth columns of a table
tabsmooth [parameter=value]
Quick and dirty program to Hanning (1/4,1/2,1/4) smooth a table.
The following parameters are recognized in any order if the keyword
is also given:
- in=
- Input file name [???]
- xcol=
- Column(s) to use. Although
multiple columns can be used, only those columns are output to stdout.
[1]
- nmax=
- max size if a pipe [100000]
- smooth=
- Smoothing array. By default,
single Hanning smooth (0.25,0.5,0.25).
tabmath(1NEMO)
, tabtrend(1NEMO)
Peter Teuben
20-Dec-2010 V0.1 Created PJT
13-oct-2014 documented smooth=
Table of Contents