debian man page for numaverage

Query: numaverage

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

NUMAVERAGE(1)						User Contributed Perl Documentation					     NUMAVERAGE(1)

NAME
numaverage - Find the average of a set of numbers.
SYNOPSIS
numaverage [-dhiIlmMV] <FILE> | numaverage [-dhiIlmMV] (Input on STDIN from pipeline.) numaverage [-dhiIlmMV] (Input on STDIN. Use Ctrl-D to stop.)
DESCRIPTION
By default numaverage will determine the average from all numbers on input. Other options allow you to find the mode and median.
OPTIONS
-i Only return the integer portion of the final sum. -I Only return the decimal portion of the final sum -m Find the mode (most occuring) of the list of numbers, or when there's more than one mode, the first completed mode. -M Find the median (middle number) of the list of numbers. -l When finding the median and the count of numbers in the set is even, use the lower middle number instead of the upper middle number. -h Help: You're looking at it. -V Increase verbosity. -d Debug mode. For developers
SEE ALSO
numbound(1), numinterval(1), numnormalize(1), numgrep(1), numprocess(1), numsum(1), numrandom(1), numrange(1), numround(1)
COPYRIGHT
numaverage is part of the num-utils package, which is copyrighted by Suso Banderas and released under the GPL license. Please read the COPYING and LICENSE files that came with the num-utils package Developers can read the GOALS file and contact me about providing submitions or help for the project.
MORE INFO
More info on numaverage can be found at: http://suso.suso.org/programs/num-utils/ perl v5.10.1 2009-10-31 NUMAVERAGE(1)
Related Man Pages
getcol(1) - debian
numprocess(1) - debian
numrange(1) - debian
postplot(1) - sunos
postdaisy(1) - v7
Similar Topics in the Unix Linux Community
Calculate the Median, first quartile and third quartile using AWK
Find numbers from File1 within File2
Extract numbers from text file work out average
How to add lines of a file and average them
How to print median values of matrix -awk?