Skip to content

Numbers: (operation) of list ()

jolivepetrus edited this page Oct 29, 2017 · 2 revisions

This block is a Number block, an Operator block, and a Reporter block, that report the value of the operation applied to the specified list.

This block can take the following operations:

  • sum: sum the list of numbers.
  • min: get the minimum number of the list of numbers.
  • max: get the maximum number of the list of numbers.
  • average: calculates the average of the list of numbers.
  • median: calculates the median of the list of numbers.
  • modes: calculates the modes of the list of numbers.
  • standard deviation: calculates the standard deviation of the list of numbers.
  • random item: get a random number of the list of numbers.

Shape

Clone this wiki locally