Interpreting correlation helps us understand the strength and direction of a relationship between two variables.


📌 What is Correlation?

Correlation measures how two variables move in relation to each other. It’s usually quantified using Pearson’s correlation coefficient (r), which ranges from -1 to +1.


🔢  Correlation Values and Their Meaning

Correlation Coefficient (r)StrengthDirection
+1.0Perfect correlationPositive
+0.90 to +0.99Very strongPositive
+0.70 to +0.89StrongPositive
+0.40 to +0.69ModeratePositive
+0.10 to +0.39WeakPositive
0.00 to +0.09NegligiblePositive
0.00None (No correlation)
–0.01 to –0.09NegligibleNegative
–0.10 to –0.39WeakNegative
–0.40 to –0.69ModerateNegative
–0.70 to –0.89StrongNegative
-0.90 to -0.99Very strongNegative
-1.0Perfect correlationNegative

📈  Types of Correlation

  • Positive: As one variable increases, so does the other.
    E.g., Hours studied and exam scores.
  • Negative: As one variable increases, the other decreases. E.g., Stress level and sleep quality.
  • Zero: No linear relationship between variables. E.g., Shoe size and IQ.

⚠️ Important Caveats

  1. Correlation ≠ Causation: Just because two things move together doesn’t mean one causes the other.
  2. Outliers can distort correlation values.
  3. Non-linear relationships won’t be captured well by Pearson’s r.
  4. Spearman’s rank correlation is used for non-linear but monotonic relationships.

  How to Use It in Practice

  • Look at both the correlation coefficient and the scatterplot.
  • Always think about possible confounding factors.
  • Use domain knowledge to interpret whether a correlation is meaningful.