Enter a set of numbers separated by commas to find the mean, median, mode, and other statistical measures.
Mean, median, and mode are three key measures of central tendency in statistics. They help us understand the typical or central value in a dataset.
The mean is the average of all numbers in a dataset. The formula for calculating the mean is:
\[ \text{Mean} = \frac{\sum_{i=1}^{n} x_i}{n} \]
Where:
The median is the middle value when a dataset is ordered from least to greatest. For an odd number of values, it's the middle number. For an even number of values, it's the average of the two middle numbers.
The mode is the value that appears most frequently in a dataset. A dataset can have one mode, more than one mode (multimodal), or no mode.
Let's calculate the mean, median, and mode for the dataset: 4, 7, 9, 3, 2, 7
\[ \text{Mean} = \frac{2 + 3 + 4 + 7 + 7 + 9}{6} = \frac{32}{6} = 5.33 \]
With 6 values, we average the two middle numbers: (4 + 7) / 2 = 5.5
This diagram illustrates the mean, median, and mode for the example dataset. The green line represents the mean, the red dashed line shows the median, and the yellow circle indicates the mode. Blue dots represent individual data points.