Skip to content

Functions

Anuj Doddakaragi edited this page Aug 10, 2021 · 4 revisions

bitmoji

The module has 1 function as of v1.0

arrayStats()

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

See example

Clone this wiki locally