Statistics #8

Open
opened 2025-12-13 17:33:56 -05:00 by Ghost · 0 comments
Ghost commented 2025-12-13 17:33:56 -05:00 (Migrated from codefloe.com)

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

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
Sign in to join this conversation.
No labels
stdlib
syntax
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nclang/design#8
No description provided.