technicalresearchdir
2 views
8 slides
Nov 01, 2025
Slide 1 of 8
1
2
3
4
5
6
7
8
About This Presentation
basic concepts and problems in correlation
Size: 34.12 KB
Language: en
Added: Nov 01, 2025
Slides: 8 pages
Slide Content
Introduction to Correlation • Correlation measures the strength and direction of a linear relationship between two variables. • Denoted by 'r', known as the correlation coefficient. • Range: -1 ≤ r ≤ +1.
Types of Correlation • Positive correlation: As X increases, Y increases. • Negative correlation: As X increases, Y decreases. • Zero correlation: No relationship between X and Y.
Scatter Plots • A scatter plot visually represents correlation between two variables. • Tight clustering around a line indicates strong correlation.
Pearson’s Correlation Coefficient Formula: r = Σ[(X - X̄)(Y - Ȳ)] / √[Σ(X - X̄)² Σ(Y - Ȳ)²] • Measures linear relationship. • Sensitive to outliers.
Interpretation of r • r = +1 : Perfect positive correlation. • r = -1 : Perfect negative correlation. • r = 0 : No correlation. • 0.7 < |r| ≤ 1 → Strong correlation.
Example Problem Given data: X = [2, 4, 6, 8, 10], Y = [3, 7, 5, 11, 14] 1. Calculate X̄ and Ȳ. 2. Apply Pearson formula. 3. Compute r = 0.88 → strong positive correlation.
Applications of Correlation • Finance: Stock price movements. • Education: Study hours vs. marks. • Healthcare: Dosage vs. recovery rate.
Summary • Correlation shows direction and strength of linear relationship. • Visualized through scatter plots. • Pearson’s r quantifies correlation.