Measure the strength and direction of linear relationships between two variables.
Last updated: March 2026
Pearson's r is a number between -1 and +1 that measures how strongly two variables move together in a linear relationship. A value of +1 means perfect positive correlation (as one increases, so does the other), -1 means perfect negative correlation (as one increases, the other decreases), and 0 means no linear relationship.
It's named after statistician Karl Pearson and is one of the most widely used correlation measures. R² (r-squared) tells you what fraction of variance in one variable is explained by the other. For example, r² = 0.64 means 64% of the variation is explained by the relationship.
Correlation does NOT imply causation. Two variables can be correlated for many reasons: one causes the other, both are caused by a third variable, or it's pure coincidence. Always investigate the underlying relationship before drawing conclusions.
Calculate correlation between height and weight for 7 individuals:
r is the correlation coefficient (-1 to +1). R² is r squared (0 to 1), representing the proportion of variance in one variable explained by the other. R² is easier to interpret as a percentage.
Yes. Positive r means variables increase together (height-weight). Negative r means one increases while the other decreases (price-demand). Sign shows direction.
No, it means NO LINEAR relationship. There could be a strong curved (nonlinear) relationship that r = 0 would miss. Always visualize your data.
High r suggests a strong relationship, but prediction accuracy depends on the context and causation. Correlation alone is insufficient for prediction models.
Depends on context. In psychology, r = 0.5 is strong. In physics, it's weak. Always consider domain expectations and whether correlation is worth reporting.
Minimum 3, but at least 30 is recommended for robust estimates. More data = more reliable correlation. With tiny samples, correlation is unstable.
Related Tools
Linear correlation coefficient.
Rank correlation.
Regression fit quality.
Parabolic curve fit.
Third-degree polynomial fit.
Higher degree curve fit.