Using any tools which you would expect to find on a nix system (in fact, if you want, msdos is also fine too), what is the easiest/fastest way to calculate the mean of a set of numbers, assuming you have them one per line in a stream or file?
|
|
|
|
|
|
|
Awk
|
||
|
|
|
|
In Powershell, it would be
Of course, that's the verbose syntax. If you typed it using aliases,
|
|||
|
|
|
|
This accumulates the sum in Works for integers or reals. |
||
|
|
|
Using Num-Utils for UNIX:
|
||
|
|
|
|
||
|
|
|
|
Perl.
Caveat Emptor: My syntax may be a little whiffly. |
||
|
|
