Statistics #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement a statistics module in the standard library. At the very least, it should be able to take a list of numbers and calculate the mean, median and mode. Other statistics functions can be added later.
Quickselect algorithm for finding the median: https://www.youtube.com/watch?v=5JXpNOZWAHM