vault backup: 2023-12-14 14:12:53

This commit is contained in:
zleyyij 2023-12-14 14:12:53 -07:00
parent a8f9a308e6
commit 0ccf5d0b5a

View File

@ -53,4 +53,6 @@ https://www.thoughtco.com/how-to-calculate-the-correlation-coefficient-3126228
- add the same number to every x or y value - add the same number to every x or y value
- multiply each $x$ or $y$ value by a positive number - multiply each $x$ or $y$ value by a positive number
- The correlation coefficient can be misleading in the presence of outliers or nonlinear association. - The correlation coefficient can be misleading in the presence of outliers or nonlinear association.
- $r$ only shows the strength of a linear relationship. - $r$ only shows the strength of a linear relationship.
- High $r$ only indicates high correlation, not causation.
- $r$ is not a linear, perfect scale. An $r$ of 0.8 does not mean twice as much linearity as an $r$ of 0.4