Enter a set of numbers separated by commas to find the mean (average).
The mean, often referred to as the average, is a measure of central tendency in a dataset. It provides a single value that represents the typical or central value of a set of numbers.
The formula for calculating the mean is:
\[ \text{Mean} = \frac{\sum_{i=1}^{n} x_i}{n} \]
Where:
Let's calculate the mean for the dataset: 4, 7, 9, 3, 2
Therefore, the mean of the dataset is 5.
This diagram illustrates the mean for the example dataset. The green line represents the mean, and the blue dots are the individual data points.