Correlation and Regression Example

 

Numerical Example – Karl Pearson’s Correlation Coefficient (r)

🔹 Question

Find the coefficient of correlation between X and Y.

X246810
Y13468

🔹 Step 1: Formula

r=nXYXY[nX2(X)2][nY2(Y)2]r = \frac{n\sum XY - \sum X \sum Y}{\sqrt{[n\sum X^2 - (\sum X)^2][n\sum Y^2 - (\sum Y)^2]}}

🔹 Step 2: Prepare Calculation Table

XYXY
21412
4316912
64361624
86643648
1081006480

Now compute totals:

X=30\sum X = 30 Y=22\sum Y = 22 X2=220\sum X^2 = 220 Y2=126\sum Y^2 = 126 XY=166\sum XY = 166 n=5n = 5

🔹 Step 3: Substitute in Formula

Numerator:

5(166)(30)(22)5(166) - (30)(22) =830660=170= 830 - 660 = 170

Denominator:

[5(220)302][5(126)222]\sqrt{[5(220) - 30^2][5(126) - 22^2]} =[1100900][630484]= \sqrt{[1100 - 900][630 - 484]} =(200)(146)= \sqrt{(200)(146)} =29200= \sqrt{29200} =170.88= 170.88

🔹 Step 4: Final Answer

r=170170.88r = \frac{170}{170.88} r0.995r ≈ 0.995

✅ Interpretation:

There is a very strong positive correlation between X and Y.


2️⃣ Numerical Example – Spearman’s Rank Correlation (ρ)

Developed by Charles Spearman.


🔹 Question

Two judges ranked 5 students as follows:

StudentABCDE
Judge 112345
Judge 221435

Find Spearman’s rank correlation coefficient.


🔹 Step 1: Formula

ρ=16d2n(n21)\rho = 1 - \frac{6\sum d^2}{n(n^2 - 1)}

🔹 Step 2: Compute d and d²

StudentR₁R₂d = R₁ − R₂
A12-11
B2111
C34-11
D4311
E5500
d2=4\sum d^2 = 4 n=5n = 5

🔹 Step 3: Substitute in Formula

ρ=16(4)5(251)\rho = 1 - \frac{6(4)}{5(25 - 1)} =1245(24)= 1 - \frac{24}{5(24)} =124120= 1 - \frac{24}{120} =10.2= 1 - 0.2 ρ=0.8\rho = 0.8

✅ Interpretation:

There is a strong positive agreement between the two judges.

Comments

Popular posts from this blog

Central Bank of India Recruitment 2026 – 275 Specialist Officer (SO) Posts

Reserve Bank of India RBI Assistant Recruitment 2026 - Apply Online for 650 Posts

what is Machine Learning