Sample questions
Sample questions
Sample Questions:
1.Obtain regression equation of Y on X and estimate Y when X=55 from the following
(i) Regression coefficients of Y on X
Y–51.57 = 0.942(X–48.29 )
Y = 0.942X–45.49+51.57=0.942 #–45.49+51.57
Y = 0.942X+6.08
Y= 0.942(55)+6.08=57.89
Find linear regression equation for the following two sets of data:
x 2 4 6 8
y 3 7 5 10
Solution:
x y x2 xy
2 3 4 6
4 7 16 28
6 5 36 30
8 10 64 80
∑x ∑y ∑x2 ∑xy
= 20 = 25 = 120 = 144
b
=
n∑xy−(∑x)(∑y)n∑x2−(∑x)2
b
=
4×144–20×254×120–400
b = 0.95
a=∑y∑x2–∑x∑xyn(∑x2)–(∑x)2
a=25×120–20×1444(120)–400
a = 1.5
Linear regression is given by:
y = a + bx
y = 1.5 + 0.95 x
Accuracy