vault backup: 2023-12-12 14:43:22
This commit is contained in:
parent
f848c16686
commit
cec5628c4a
@ -3,7 +3,13 @@
|
|||||||
# Correlation
|
# Correlation
|
||||||
## Scatter Diagrams
|
## Scatter Diagrams
|
||||||
A scatter diagram or scatter plot shows the relationship between two variables. One variable is on the X axis, the other on the Y axis.
|
A scatter diagram or scatter plot shows the relationship between two variables. One variable is on the X axis, the other on the Y axis.
|
||||||
|
### Association
|
||||||
|
- Positive association is demonstrated when the dots are trend upward as `x` increases.
|
||||||
|
- Negative association is demonstrated when the the dots trend downward as `x` increases.
|
||||||
|
- Strong association is demonstrated when dots are clustered tightly together along a line.
|
||||||
|
- Weak association is demonstrated when dots are not clustered tightly.
|
||||||
|
## Correlation
|
||||||
|
Correlation is between `-1` and `1`. Correlation near 1 means tight clustering, and correlation near 0 means loose clustering.
|
||||||
|
|
||||||
# Terminology
|
# Terminology
|
||||||
| Term | Definition |
|
| Term | Definition |
|
||||||
|
Loading…
Reference in New Issue
Block a user