histogram

From CATs Wiki
Jump to navigation Jump to search

Navigation: Documentation / Commands / histogram


histogram: version 2.231.418d045(2020-03-01 18:49) [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