Mean, Median, Mode, Range Calculator

Column Chart of the Values

Please provide numbers separated by comma to calculate.

About Mean, Median, Mode, Range

Mean

The mean (average) is the sum of all values divided by the number of values. It represents the central tendency of the data but can be skewed by outliers.

Mean = (Σx) / n

Median

The median is the middle value in a sorted data set. For odd counts, its the central value; for even counts, its the average of the two middle values. Its robust against outliers.

Mode

The mode is the value(s) that appear most frequently. A data set can be unimodal, bimodal, or multimodal, useful for categorical data.

Range

The range is the difference between the largest and smallest values, indicating the spread of the data.

Calculation Tips

  • Enter numbers separated by commas in the textarea.
  • Geometric mean uses absolute values to avoid negative roots.
  • Median is robust to outliers, unlike mean and range.