home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume5 / awkstats / README next >
Encoding:
Text File  |  1989-02-03  |  799 b   |  16 lines

  1.  
  2. Here is an awk script I wrote for the hell of it because I am home
  3. sick today.  It computes the standard boring univariate statistics.
  4. I have enclosed two versions.  "stats1.awk" requires the new new
  5. version of awk, which has user-definable functions.  (MKS awk allows
  6. this too!)  In stats1.awk, I define a function called pow, which
  7. in and of itself, is useful.  "stats2.awk" doesn't require the new
  8. awk.  It may actually be faster too since it doesn't do an interpreted
  9. function call.  But it's not as cool.
  10.  
  11. Tom Reingold
  12. PAPERNET:                      |INTERNET:       tr@bellcore.bellcore.com
  13. Bell Communications Research   |UUCP-NET:       bellcore!tr
  14. 445 South St room 2L350        |SOUNDNET:       (201) 829-4622 [work],
  15. Morristown, NJ 07960-1910      |                (201) 287-2345 [home]
  16.