File: gbmstat.1

package info (click to toggle)
gbutils 5.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,300 kB
  • sloc: ansic: 21,535; sh: 4,482; makefile: 138
file content (48 lines) | stat: -rw-r--r-- 1,392 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.3.
.TH GBMSTAT "1" "March 2018" "gbmstat 5.7.1" "User Commands"
.SH NAME
gbmstat \- Computing statistics in a  moving windows
.SH SYNOPSIS
.B gbmstat
[\fI\,options\/\fR]
.SH DESCRIPTION
Compute moving average. Data are read from standard input.
.SH OPTIONS
.TP
\fB\-s\fR
number of steps to average (default 10)
.TP
\fB\-t\fR
compute average for each column of input
.TP
\fB\-D\fR
ignore NAN entries in computation
.TP
\fB\-O\fR
set the output, comma separated list of
mean, adev, std, var, skew, kurt, min ,max
and nonan (default mean). nonan works only with
option \fB\-D\fR
.TP
\fB\-F\fR
specify the input fields separators (default " \et")
.TP
\fB\-h\fR
this help
.SH AUTHOR
Written by Giulio Bottazzi
.SH "REPORTING BUGS"
Report bugs to <gbutils@googlegroups.com>
.PP
.br
Package home page <http://cafim.sssup.it/~giulio/software/gbutils/index.html>
.SH COPYRIGHT
Copyright \(co 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;
.PP
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.