Python statistics Module
This page shows the popular functions and classes defined in the
statistics module.
The items are ordered by their popularity in 40,000 open source Python projects.
If you can not find a good example below, you can try
the search function
to search modules.
-
1. mean()Used in 218 projects
-
2. median()Used in 106 projects
-
3. stdev()Used in 93 projects
-
4. pstdev()Used in 27 projects
-
5. mode()Used in 26 projects
-
6. variance()Used in 23 projects
-
Used in 16 projects
-
8. pvariance()Used in 13 projects
-
9. median_low()Used in 9 projects
-
10. median_high()Used in 9 projects
-
11. harmonic_mean()Used in 9 projects
-
12. median_grouped()Used in 5 projects