.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. .TH GBQUANT "1" "March 2019" "gbquant 6.1" "User Commands" .SH NAME gbquant \- Print quantiles of data distribution .SH SYNOPSIS .B gbquant [\fI\,options\/\fR] .SH DESCRIPTION Print distribution quantiles. Data are read from standard input. If no \fB\-x\fR or \fB\-q\fR options are provided, a quantiles table is plotted. The number of quantiles can be chosen with \fB\-n\fR. The option \fB\-x\fR #1 prints the quantile associated with the value #1, while \fB\-q\fR #2 print the value associate with the quantile #2. Of course #2 must be between 0 and 1. Multiple values can be provided to \fB\-x\fR or \fB\-q\fR, separated with commas. With \fB\-w\fR #1,#2 all the observations inside the quantile range [#1,#2) are printed. If more columns are provided with option \fB\-t\fR, the specified action is repeated on each column. Without \fB\-t\fR, columns are pooled unless \fB\-w\fR is specified, in which case all rows whose first element is inside the range are printed. A different column for sorting can be specified with option \fB\-W\fR. If 0 is specified, the cut is applied with respect to all columns. With option \fB\-Q\fR each entry is replaced with the quantile range it belongs to, with respect to the distribution obtained from the entries in its column. .SH OPTIONS .TP \fB\-n\fR number of quantiles to print (default 10) .TP \fB\-x\fR print the quantile (interpolated) associated with the value .TP \fB\-q\fR print the value (interpolated) associated with the quantile .TP \fB\-e\fR print the (asymptotic) error for \fB\-x\fR or \fB\-q\fR; doesn't work with \fB\-t\fR .TP \fB\-Q\fR replace each element with the quantile range it belongs to .TP \fB\-w\fR print observations inside a quantile windows .TP \fB\-W\fR set the column to use (default 1) .TP \fB\-t\fR consider separately each column of input .TP \fB\-F\fR specify the input fields separators (default " \et") .TP \fB\-h\fR this help .TP \fB\-v\fR verbose mode .SH EXAMPLES .TP gbquant \-W 0 \-w 0.1,0.9 < file print the rows whose fields are all in the center deciles. .TP gbquant \-q 0.5 < file print the median of the observations in 'file'. .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.