Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e051b55

Browse files
committed
Note that examples are sorted only for convenience.
1 parent db5ab78 commit e051b55

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/library/statistics.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ tends to deviate from the typical or average values.
5252
Function details
5353
----------------
5454

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+
5558
.. function:: mean(data)
5659

5760
Return the sample arithmetic mean of *data*, a sequence or iterator of

0 commit comments

Comments
 (0)