Note that examples are sorted only for convenience.

This commit is contained in:
Georg Brandl 2013-11-04 07:30:50 +01:00
parent db5ab780e8
commit e051b55049

View file

@ -52,6 +52,9 @@ tends to deviate from the typical or average values.
Function details
----------------
Note: The functions do not require the data given to them to be sorted.
However, for reading convenience, most of the examples show sorted sequences.
.. function:: mean(data)
Return the sample arithmetic mean of *data*, a sequence or iterator of