Mode
Definition

The mode is a measure of central tendency of a set of data represented by numbers.

The mode is the most frequently occurring number.

There is no standard symbol associated with the mode.


Example (one mode)

DATA: { 1, 2, 3, 3, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 }

Since the number three occurs more frequently than any other number, the mode of this set of data is three.


Example (many modes)

DATA: { 1, 2, 3, 3, 3, 4, 5, 5, 6, 6, 6, 7, 8, 9 }

Since the numbers three and six occur more frequently than any other number (and the number of threes and sixes are equal), the modes of this set of data are three and six.


Example (no mode)

DATA: { 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7 }

Since no number occurs more frequently than any other number, this set of data has no mode.


Demonstration
Image only

Instructions text as in global.js

Your browser does not support the canvas element.