Histogram: Difference between revisions

From CATs Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
Navigation: [[Documentation]] / [[Commands]] / [[histogram]]
Navigation: [[Documentation]] / [[Commands]] / [[histogram]]
----
----
<div style="text-align: center">histogram: version 2.203.4878adb(2018-07-03 23:15) [CATs - Conversion And Analysis Tools]</div>'''Name'''
<div style="text-align: center">histogram: version 2.204.c62bd73(2018-07-04 10:11) [CATs - Conversion And Analysis Tools]</div>'''Name'''


<span style="margin-left: 15px;">histogram</span>
<span style="margin-left: 15px;">histogram</span>

Revision as of 09:19, 4 July 2018

Navigation: Documentation / Commands / histogram


histogram: version 2.204.c62bd73(2018-07-04 10:11) [CATs - Conversion And Analysis Tools]

Name

histogram

Synopsis

histogram [OPTIONS] [--] input output

Description

Perform histogram analysis.

Arguments

input
input data file or - for data taken from standard input
output
output result file or - for result printed to standard output

Options

-s, --skip LINES
number of lines skipped from the beginning of input file
(Default: 0)
-a, --anal LINES
number of LINES from input file to be analyzed
(Default: -1)
-p, --pad LINES
number of padding LINES between used records from input file
(Default: 0)
-c, --column NUM
NUM is the index of column to be analyzed
(Default: 1)
-l, --start REAL
REAL is the left value of the histogram interval
(Default: 0)
-r, --stop REAL
REAL is the right value of the histogram interval
(Default: 0)
--nbins NUM
NUM is the number of histogram bins
(Default: 40)
-n, --normalize
normalize histogram
--fx FORMAT
output FORMAT of X values
(Default: %15.7e)
--fn FORMAT
output FORMAT of N(X) values
(Default: %15d)
--fr FORMAT
output FORMAT of r(X) values
(Default: %14.6e)
--noheader
do not print header to output
-v, --verbose
increase output verbosity
--version
output version information and exit
-h, --help
display this help and exit