Enter a set of numbers separated by commas to find the midrange value.
The midrange is a measure of central tendency that represents the average of the minimum and maximum values in a dataset. It's simple to calculate but can be sensitive to extreme values.
The formula for calculating the midrange is:
\[ \text{Midrange} = \frac{\text{Minimum value} + \text{Maximum value}}{2} \]
Where:
Let's calculate the midrange for the dataset: 4, 7, 9, 3, 2, 7
\[ \text{Midrange} = \frac{2 + 9}{2} = \frac{11}{2} = 5.5 \]
This diagram illustrates the midrange for the example dataset. The red dashed line represents the midrange value (5.5), which is the average of the minimum (2) and maximum (9) values.