The following sample observations were randomly selected
X 4 5 3 6 10
Y 4 6 5 7 7
a) Determine the correlation coefficient and interpret the relationship between X and Y.
b) Determine the regression equation
c) Determine the value of when X is 7.
d) State two uses of goodness-of-fit test
Solution:
Given:
(a):
"X\\ Values:\n\\\\\u2211 = 28\n\\\\Mean = 5.6\n\\\\\u2211(X - M_x)^2 = SS_x = 29.2\n\n\\\\Y\\ Values:\n\\\\\u2211 = 29\n\\\\Mean = 5.8\n\\\\\u2211(Y - M_y)^2 = SS_y = 6.8\n\n\\\\X\\ and\\ Y\\ Combined:\n\\\\N = 5\n\\\\\u2211(X - M_x)(Y - M_y) = 10.6"
"r\\ Calculation:\n\\\\r = \u2211((X - M_y)(Y - M_x)) \/ \\sqrt{(SS_x)(SS_y)}\n\n\\\\r = 10.6 \/ \\sqrt{(29.2)(6.8)} = 0.7522"
So, the correlation coefficient=0.7522
Interpretation: This is a strong positive correlation, which means that high X variable scores go with high Y variable scores (and vice versa).
(b):
"\\\\Sum\\ of\\ products (SP) = 10.6\n\n\\\\Regression\\ Equation = \u0177 = bX + a\n\n\\\\b = SP\/SS_X = 10.6\/29.2 = 0.36301\n\n\\\\a = M_Y - bM_X = 5.8 - (0.36\\times5.6) = 3.76712\n\n\\\\\u0177 = 0.36301X + 3.76712"
(c):
Put x=7
"\u0177 = 0.36301(7) + 3.76712\n\\\\\u0177 =6.30819"
(d):
Uses:
Comments
Leave a comment