diff --git a/docs/mhf4u7.md b/docs/mhf4u7.md index 45cf530..c063a80 100644 --- a/docs/mhf4u7.md +++ b/docs/mhf4u7.md @@ -196,11 +196,15 @@ In a typical bell-shaped distribution: !!! info The **points of inflection** (when the curve changes direction) of a normal bell curve occur at $\bar{x} ± \sigma$. -### Constant operations on mean and standard deviation +### Data transformation -When adding or subtracting a constant to a whole data set, the mean is increased/decreased by that constant, but the standard deviation **does not change**. +When performing an operation with a constant value to a whole data set: + +| Operation | Effect on mean | Effect on standard deviation | +| --- | --- | --- | +| Addition/Subtraction | Increased/decreased by constant | No change | +| Multiplication/Division | Multiplied/divided by constant | Multiplied/divided by constant | -When multiplying or dividing a constant to a whole data set, both the mean and the standard deviation are multiplied or divided by that constant, respectively. ### Linear correlation and regression