Summarize a numeric list with mean, median, mode, and range.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
The list is sorted for median and range, summed for mean, and counted for modes. The median is the centre or average of the middle pair; modes tie at the greatest frequency.
120, 150, 130, 150, 180, 110, 145
Count: 7 Sum: 985 Mean: 140.71428571428572 Median: 145 Mode: 150 Min: 110 Max: 180 Range: 70
Classroom datasets summarize centre, surveys identify common responses, and quality reports compare median with mean under skew.