Deviation in Values of Central Tendency
When we perform arithmetic operations (like adding, subtracting, multiplying, or dividing) on all values in a dataset, the measures of central tendency (mean, median, and mode) change in predictable ways.
Let's look at this with a simple dataset of test scores:
Original Dataset: 65, 70, 70, 75, 80, 85, 85
We have: Mean =
Now let's see what happens when we:
(1) Add 5 points to each score (additive transformation):
New scores:
Mean =
Mode =
Median =
(2) Multiply each score by 1.5 (multiplicative transformation):
New scores:
Mean =
Mode =
Median =
Thus,
When you add or subtract a constant from all values:
- The mean increases/decreases by that same constant
- The median increases/decreases by that same constant
- The mode increases/decreases by that same constant
When you multiply or divide all values by a constant:
- The mean is multiplied/divided by that constant
- The median is multiplied/divided by that constant
- The mode is multiplied/divided by that constant
This concept is important because it helps us understand how data transformations affect our statistical measures, which is useful in data analysis, standardization, and scaling of data.