Correlation
Correlation measures the strength and direction of the linear relationship between two quantitative variables on a unit-free scale from -1 to 1.
Correlation reports how tightly the points in a scatterplot hug a straight line and which way that line tilts, and it carries no units, so switching from inches to centimeters leaves it unchanged. The value is computed as , where (read x-bar) and are the mean and standard deviation of . The catch is that sees straight-line patterns only: the five points , , , , follow perfectly, yet . Correlation is also not resistant, so one far-out point can drag up or down on its own.
Where this comes up
- Correlation vs causation, with real examplesGuide
- Slope vs correlation coefficient in regressionComparison
- Correlation vs regression: how they differComparison
- AP Stats 5.2: Correlation Coefficient rAP topic
- Correlation and residual plot practice problemsPractice
- Regression and correlation practice problemsPractice
- How to find the correlation coefficient r by handGuide
- r vs r-squared: what is r squared and what r meansGuide
19 pages on the site use this term.
More regression and correlation terms, or browse the full statistics glossary.