Linear Regression – Straight Line Problems

 

Linear Regression – Straight Line Problems

Linear regression is used to find the best-fitting straight line that shows the relationship between two variables.

The general equation of a straight line:

Y=a+bXY = a + bX

Where:

  • a = Intercept

  • b = Slope (regression coefficient)

  • Y = Dependent variable

  • X = Independent variable


1️⃣ Example 1: Find Regression Equation (Y on X)

🔹 Question

Find the regression equation of Y on X for the following data:

X12345
Y24545

🔹 Step 1: Formula for Y on X

Y=a+bXY = a + bX b=nXYXYnX2(X)2b = \frac{n\sum XY - \sum X \sum Y}{n\sum X^2 - (\sum X)^2} a=YˉbXˉa = \bar{Y} - b\bar{X}

🔹 Step 2: Prepare Table

XYXY
1212
2448
35915
441616
552525

Now compute totals:

X=15\sum X = 15 Y=20\sum Y = 20 X2=55\sum X^2 = 55 XY=66\sum XY = 66 n=5n = 5

🔹 Step 3: Calculate b

b=5(66)(15)(20)5(55)(15)2b = \frac{5(66) - (15)(20)}{5(55) - (15)^2} =330300275225= \frac{330 - 300}{275 - 225} =3050= \frac{30}{50} b=0.6b = 0.6

🔹 Step 4: Calculate a

Xˉ=15/5=3\bar{X} = 15/5 = 3 Yˉ=20/5=4\bar{Y} = 20/5 = 4 a=4(0.6)(3)a = 4 - (0.6)(3) a=41.8a = 4 - 1.8 a=2.2a = 2.2

✅ Regression Equation

Y=2.2+0.6XY = 2.2 + 0.6X

🔹 Step 5: Prediction Example

If X = 6, then:

Y=2.2+0.6(6)Y = 2.2 + 0.6(6) Y=2.2+3.6Y = 2.2 + 3.6 Y=5.8Y = 5.8

2️⃣ Example 2: Find Both Regression Lines

🔹 Given:

X10203040
Y15253545

Observation

Notice:

Y=X+5Y = X + 5

So:

Regression of Y on X:

Y=X+5Y = X + 5

Regression of X on Y:

X=Y5X = Y - 5

📌 Important Points for Exams

  1. There are two regression lines:

    • Y on X

    • X on Y

  2. Both lines pass through:

(Xˉ,Yˉ)(\bar{X}, \bar{Y})
  1. If correlation (r) = ±1 → both regression lines coincide.

  2. Sign of regression coefficient is same as correlation coefficient.

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