The following data gives the information on the ages (in years) and the number of breakdowns during the past month for a sample of 7 machines at a large industrial company.
Age (X): 12, 7, 2, 8, 13, 9, 4
Number of breakdowns (Y): 9, 5, 1, 4, 11, 7, 2
(a) Draw a scatter diagram to represent the above data.
(b) Calculate the value of Pearson’s correlation coefficient r. Interpret the value of r.
(c) Calculate coefficient of determination. Interpret your answer.
(d) Determine the equation of the regression line using least squares method.
(e) What is the expected breakdown for an eleven year old machine?
a)
b)
"r =\t\\frac{\u03a3(x_i - x\u0304)(y_i - \u0233)}\n{\u03a3( x_i - x\u0304)\u03a3(y_i - \u0233) }=0.973"
Results of the pearson correlation indicated that there is a significant large positive relationship between X and Y.
c)
coefficient of determination:
"r^2=0.973^2=0.947"
It shows that 94.7% of the data fit the regression model.
d)
"y=ax+b"
"x\u0304 = 7.8571, \u0233 = 5.5714"
"a =\t\\frac{\u03a3(x_i-x\u0304)(y_i-\u0233)}{\n\t\u03a3(x_i-x\u0304)^2}=0.8916"
"b = \u0233 - ax\u0304=-1.4337"
"y=0.8916x-1.4337"
e)
"y(11)=0.8916\\cdot 11-1.4337=8"
Comments
Leave a comment