What is the effect of adding the same value to all measurements? Since all values are shifted the same amount, the measures of location (mean, median, mode, percentiles ) will all shift the same amount. The spread will not change, so the std deviation will not change.
What is the effect of multiplying all measurements by the same value? This will shift all values by the same multiplicative values, and so the same effect is felt by the measures of location (mean, median, mode, percentiles). Multiplying spreads out the values more, so the std deviation is also multiplied.
In general, if the transform is
where
and
are known values, then
Here are some examples
Important The above ONLY works for linear transformations - it will NOT WORK for non-linear transformations. For example, find the mean and standard deviation of the numbers 1, 2, 3, 4, 5 and the numbers 1, 4, 9, 16, 25. The latter are the square of the former. Now compute the square of the mean and the standard deviation from the first set - the won't be equal to the mean and standard deviation from the second set.