Correlation.md (353B)
1 # Correlation 2 3 Stats D2 4 5 **Definition:** Correlation is the strength and direction relationship between two variables. This value is bounded between -1 and 1 where 0 is no correlation, 1 is pure positive linear relationship, and -1 is a pure negative linear relationship. 6 7 See [CorrelationCoefficient](CorrelationCoefficient.md) for an applied example.