HTML automatically generated with rman
Table of Contents

Name

tabsmooth - (hanning) smooth columns of a table

Synopsis

tabsmooth [parameter=value]

Description

Quick and dirty program to Hanning (1/4,1/2,1/4) smooth a table.

Parameters

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).

See Also

tabmath(1NEMO) , tabtrend(1NEMO)

Author

Peter Teuben

Update History


20-Dec-2010    V0.1 Created    PJT
13-oct-2014    documented smooth=


Table of Contents