propsum
Jump to navigation
Jump to search
Navigation: Documentation / Commands / propsum
propsum: version 2.231.418d045(2020-03-01 18:49) [CATs - Conversion And Analysis Tools]
Name
propsum
Synopsis
propsum [OPTIONS] [--] input
Description
Calculate total sum of value X, its average , root-mean-square deviation of X, and standard deviation of .
Arguments
input input data file or - for data taken from standard input
|
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)
|
--intermediates print running intermediates
|
--noheader do not print header for running intermediates
|
--fn FORMAT output FORMAT of the number of X values (Default: %15d)
|
--fx FORMAT output FORMAT of echoed X values (Default: %15.7e)
|
--fsum FORMAT output FORMAT of sum(X) values (Default: %14.6e)
|
--fave FORMAT output FORMAT of ave(X) values (Default: %15.7e)
|
--frmsd FORMAT output FORMAT of RMSD(X) values (Default: %14.6e)
|
--fsigma FORMAT output FORMAT of sigma() values (Default: %14.6e)
|
-v, --verbose increase output verbosity
|
--version output version information and exit
|
-h, --help display this help and exit
|