Propsum: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
Navigation: [[Documentation]] / [[Commands]] / [[propsum]] | Navigation: [[Documentation]] / [[Commands]] / [[propsum]] | ||
---- | ---- | ||
<div style="text-align: center">propsum: version 2. | <div style="text-align: center">propsum: version 2.204.c62bd73(2018-07-04 10:11) [CATs - Conversion And Analysis Tools]</div>'''Name''' | ||
<span style="margin-left: 15px;">propsum</span> | <span style="margin-left: 15px;">propsum</span> |
Revision as of 09:19, 4 July 2018
Navigation: Documentation / Commands / propsum
propsum: version 2.204.c62bd73(2018-07-04 10:11) [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
|