Chapter Summary: Correlation
Key Concepts
- Correlation: Examines the relationship between two variables.
- Types of Correlation:
- Positive Correlation: Both variables move in the same direction (e.g., ice-cream sales and temperature).
- Negative Correlation: Variables move in opposite directions (e.g., supply of tomatoes and price).
- No Correlation: No discernible relationship between variables.
Techniques for Measuring Correlation
- Scatter Diagrams: Visual representation of the relationship between two variables.
- Karl Pearson's Coefficient of Correlation (r): Measures the degree of linear relationship between two variables.
- Range: -1 ≤ r ≤ 1
- Interpretation:
- r = 1: Perfect positive correlation
- r = -1: Perfect negative correlation
- r = 0: No correlation
- Spearman's Rank Correlation: Used when data cannot be precisely measured or when ranks are involved.
Important Formulas
-
Karl Pearson's Coefficient:r = \frac{NΣXY - ΣXΣY}{\sqrt{(NΣX^2 - (ΣX)^2)(NΣY^2 - (ΣY)^2)}}
-
Spearman's Rank Correlation:r_s = 1 - \frac{6ΣD^2}{n(n^2 - 1)}
Common Mistakes & Tips
- Correlation does not imply causation: Just because two variables are correlated does not mean one causes the other.
- Check for linearity: Use scatter diagrams to verify if the relationship is linear before applying Pearson's correlation.
- Use Spearman's when necessary: If data is ordinal or ranks are involved, prefer Spearman's rank correlation.
Learning Objectives
- Understand the meaning of correlation.
- Analyze the relationship between two variables.
- Calculate different measures of correlation.
- Interpret the degree and direction of relationships.