parmean - tpcclib 0.8.0 © 2023 by Turku PET Centre

Calculate mean, median, and SD of parameter values.
By default, statstics are calculated over all regional results.
 
Usage: parmean [options] filename [filename for statistics]
 
Options:
 -par=<list>
     List of parameter numbers or names to use; all by default.
 -tac=<list>
     List of TAC numbers or names to use; all by default.
 -h, --help
     Display usage information on standard output and exit.
 -v, --version
     Display version and compile information on standard output and exit.
 -d[n], --debug[=n], --verbose[=n]
     Set the level (n) of debugging messages and listings.
 -q, --quiet
     Suppress displaying normal results on standard output.
 -s, --silent
     Suppress displaying anything except errors.
 
Example 1:
Calculate statistics from parameter numbers 1-3 into a file
     parmean -par=1-3 simresults.par simstat.par
 
Example 2:
Calculate statistics from regions with name 'GM' and print in stdout
     parmean -tac=GM simresults.par
 
See also: paradd, parcoll, parformat, parrenp, parai, rescoll
 
Keywords: simulation, parameter, average, standard deviation