Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5ab78 commit e051b55Copy full SHA for e051b55
1 file changed
Doc/library/statistics.rst
@@ -52,6 +52,9 @@ tends to deviate from the typical or average values.
52
Function details
53
----------------
54
55
+Note: The functions do not require the data given to them to be sorted.
56
+However, for reading convenience, most of the examples show sorted sequences.
57
+
58
.. function:: mean(data)
59
60
Return the sample arithmetic mean of *data*, a sequence or iterator of
0 commit comments