Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: moments - Function Up: mathematics - Module Previous: mathematics - Module


mean - Function



Package utility
Module mathematics


Calculate the mean of a set of numbers


Synopsis
mean(dots)



Description
Calculate the mean of a set of numbers



Arguments

dots   The set of numbers to average


Returns
the mean


Example
- include "statistics.g"
+ mean(1:101)       
51 
- mean(1:5,6,7:12)
6.5



See Also
moments





next up previous contents index
Next: moments - Function Up: mathematics - Module Previous: mathematics - Module   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15