This is the command numaverage that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
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
Use numaverage online using onworks.net services