-
Notifications
You must be signed in to change notification settings - Fork 0
Functions
Anuj Doddakaragi edited this page Aug 10, 2021
·
4 revisions
The module has 1 function as of v1.0
arrayStats(array)
Is the function for finding the
- Mean
- Median
- Mode
- Standard Deviation
- Range of the array
Note:
This doesn't return the values, it prints them instead


