.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. .TH GBSTAT "1" "July 2021" "gbstat 6.3" "User Commands" .SH NAME gbstat \- Basic descriptive statistics of data .SH SYNOPSIS .B gbstat [\fI\,options\/\fR] .SH DESCRIPTION Sample statistics. Compute mean, standard deviation, skewness, kurtosis, average deviation, minimum, maximum, median (if option \fB\-m\fR is specified) and number of valid observations. Option \fB\-O\fR allows one to select specific statistics. With option \fB\-t\fR statistics are printed for each column of data separately. A header line is added with the meaning of the different columns. The mode is computed using the Half\-Sample method. .SH OPTIONS .TP \fB\-m\fR add the sample median to the estimated statistics .TP \fB\-t\fR print statistics for each column of input .TP \fB\-s\fR short: mean std skew kurt adev min max (median) num .TP \fB\-O\fR select output: mean,std,var, skew,kurt,adev,min,max,median,num,mode .TP \fB\-o\fR set the output format (default '%12.6e') .TP \fB\-F\fR specify the input fields separators (default " \et") .HP \fB\-h\fR this help .SH EXAMPLES .TP gbstat \-O median,kurt < file compute the median and the kurtosis of all the data in 'file' .TP gbstat \-ts < file compute statistics for each columns separately. Since option \-s is provided, the header is omitted. .SH AUTHOR Written by Giulio Bottazzi .SH "REPORTING BUGS" Report bugs to .PP .br Package home page .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.