table of contents
GBMSTAT(1) | User Commands | GBMSTAT(1) |
NAME¶
gbmstat - Computing statistics in a moving windowsSYNOPSIS¶
gbmstat [options]DESCRIPTION¶
Compute moving average. Data are read from standard input.OPTIONS¶
- -s
- number of steps to average (default 10)
- -t
- compute average for each column of input
- -D
- ignore NAN entries in computation
- -O
- set the output, comma separated list of mean, adev, std, var, skew, kurt, min ,max and nonan (default mean). nonan works only with option -D
- -F
- specify the input fields separators (default " \t")
- -h
- this help
AUTHOR¶
Written by Giulio BottazziREPORTING BUGS¶
Report bugs to <gbutils@googlegroups.com>Package home page <http://cafim.sssup.it/~giulio/software/gbutils/index.html>
COPYRIGHT¶
Copyright © 2001-2018 Giulio Bottazzi This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (version 2) as published by the Free Software Foundation;This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
March 2018 | gbmstat 5.7.1 |