Polecenie Moda

Moda( <List of Numbers> )

Określa modę (lub mody) elementów listy.

  • Moda({1, 2, 3, 4}) daje w wyniku pustą listę {}.

  • Moda({1, 1, 1, 2, 3, 4}) daje w wyniku listę {1} .

  • Moda({1, 1, 2, 2, 3, 3, 4}) daje w wyniku listę {1, 2, 3}.