Advertisements
Advertisements
Question
From the data of 20 pairs of observations on X and Y, following results are obtained.
`barx` = 199, `bary` = 94,
`sum(x_i - barx)^2` = 1200, `sum(y_i - bary)^2` = 300,
`sum(x_i - bar x)(y_i - bar y)` = –250
Find:
- The line of regression of Y on X.
- The line of regression of X on Y.
- Correlation coefficient between X and Y.
Advertisements
Solution
Given, n = 20, `barx` = 199, `bary` = 94,
`sum(x_i - barx)^2` = 1200, `sum(y_i - bary)^2` = 300,
`sum(x_i - bar x)(y_i - bar y)` = –250
(i) `b_(yx) = (sum (x_i - barx)(y_i - bary))/(sum(x_i - barx)^2)`
= `(-250)/1200`
= `(-5)/24`
∴ The regression equation of Y on X is
`(y - bary) = b_(yx) (x - bar x)`
∴ (y – 94) = `(-5)/24`(x – 199)
∴ 24Y – 2256 = –5x + 995
∴ 5x + 24y = 3251
(ii) `b_(xy) = (sum (x_i - barx)(y_i - bary))/(sum(y_i - bary)^2)`
= `(- 250)/300`
= `(-5)/6`
∴ The regression equation of X on Y is
`(x - barx) = b_(xy) (y - bar y)`
∴ (x – 199) =`(-5)/6` (y – 94)
∴ 6x – 1194 = –5y + 470
∴ 6x + 5y = 1664
(iii) r = `+-sqrt(b_(yx).b_(xy)`
`= +-sqrt((- 5/24)(- 5/6))`
= `+- sqrt(25/144)`
= `+- 5/12`
Since byx and bxy both are negative,
r is also negative.
∴ r = `(-5)/12`
RELATED QUESTIONS
Given that the observations are: (9, -4), (10, -3), (11, -1), (12, 0), (13, 1), (14, 3), (15, 5), (16, 8). Find the two lines of regression and estimate the value of y when x = 13·5.
Find graphical solution for following system of linear inequations :
3x + 2y ≤ 180; x+ 2y ≤ 120, x ≥ 0, y ≥ 0
Hence find co-ordinates of corner points of the common region.
Calculate the Spearman’s rank correlation coefficient for the following data and interpret the result:
| X | 35 | 54 | 80 | 95 | 73 | 73 | 35 | 91 | 83 | 81 |
| Y | 40 | 60 | 75 | 90 | 70 | 75 | 38 | 95 | 75 | 70 |
For the following bivariate data obtain the equations of two regression lines:
| X | 1 | 2 | 3 | 4 | 5 |
| Y | 5 | 7 | 9 | 11 | 13 |
Given the following data, obtain a linear regression estimate of X for Y = 10, `bar x = 7.6, bar y = 14.8, sigma_x = 3.2, sigma_y = 16` and r = 0.7
bYX is ______.
If for bivariate data `bar x = 10, bar y = 12,` v(x) = 9, σy = 4 and r = 0.6 estimate y, when x = 5.
The equation of the line of regression of y on x is y = `2/9` x and x on y is x = `"y"/2 + 7/6`.
Find (i) r, (ii) `sigma_"y"^2 if sigma_"x"^2 = 4`
If for a bivariate data byx = – 1.2 and bxy = – 0.3 then find r.
The equations of the two lines of regression are 3x + 2y − 26 = 0 and 6x + y − 31 = 0 Find
- Means of X and Y
- Correlation coefficient between X and Y
- Estimate of Y for X = 2
- var (X) if var (Y) = 36
Find the equation of the line of regression of Y on X for the following data:
n = 8, `sum(x_i - barx).(y_i - bary) = 120, barx = 20, bary = 36, sigma_x = 2, sigma_y = 3`
State whether the following statement is True or False:
The equations of two regression lines are 10x – 4y = 80 and 10y – 9x = 40. Then bxy = 0.9
State whether the following statement is True or False:
bxy is the slope of regression line of y on x
Among the given regression lines 6x + y – 31 = 0 and 3x + 2y – 26 = 0, the regression line of x on y is ______
If the regression equations are 8x – 10y + 66 = 0 and 40x – 18y = 214, the mean value of y is ______
The age in years of 7 young couples is given below. Calculate husband’s age when wife’s age is 38 years.
| Husband (x) | 21 | 25 | 26 | 24 | 22 | 30 | 20 |
| Wife (y) | 19 | 20 | 24 | 20 | 22 | 24 | 18 |
The equations of the two lines of regression are 6x + y − 31 = 0 and 3x + 2y – 26 = 0. Identify the regression lines
Two samples from bivariate populations have 15 observations each. The sample means of X and Y are 25 and 18 respectively. The corresponding sum of squares of deviations from means are 136 and 148 respectively. The sum of product of deviations from respective means is 122. Obtain the regression equation of x on y
If n = 5, Σx = Σy = 20, Σx2 = Σy2 = 90, Σxy = 76 Find the regression equation of x on y
The management of a large furniture store would like to determine sales (in thousands of ₹) (X) on a given day on the basis of number of people (Y) that visited the store on that day. The necessary records were kept, and a random sample of ten days was selected for the study. The summary results were as follows:
`sumx_i = 370 , sumy_i = 580, sumx_i^2 = 17200 , sumy_i^2 = 41640, sumx_iy_i = 11500, n = 10`
Complete the following activity to find, the equation of line of regression of Y on X and X on Y for the following data:
Given:`n=8,sum(x_i-barx)^2=36,sum(y_i-bary)^2=40,sum(x_i-barx)(y_i-bary)=24`
Solution:
Given:`n=8,sum(x_i-barx)=36,sum(y_i-bary)^2=40,sum(x_i-barx)(y_i-bary)=24`
∴ `b_(yx)=(sum(x_i-barx)(y_i-bary))/(sum(x_i-barx)^2)=square`
∴ `b_(xy)=(sum(x_i-barx)(y_i-bary))/(sum(y_i-bary)^2)=square`
∴ regression equation of Y on :
`y-bary=b_(yx)(x-barx)` `y-bary=square(x-barx)`
`x-barx=b_(xy)(y-bary)` `x-barx=square(y-bary)`
For a bivariate data `barx = 10`, `bary = 12`, V(X) = 9, σy = 4 and r = 0.6
Estimate y when x = 5
Solution: Line of regression of Y on X is
`"Y" - bary = square ("X" - barx)`
∴ Y − 12 = `r.(σ_y)/(σ_x)("X" - 10)`
∴ Y − 12 = `0.6 xx 4/square ("X" - 10)`
∴ When x = 5
Y − 12 = `square(5 - 10)`
∴ Y − 12 = −4
∴ Y = `square`
