Regression Equation and Probability Addition Theorem Solutions
Classified in Mathematics
Written on in
English with a size of 2.42 KB
14. Obtain the regression equation of Y onX and correlation coefficient for the following: X; 4 6 8 10 12 , f ;7 9 8 12 15 1. Calculate the necessary sums: X Y X² XY 2 10 4 20 3 9 9 27 7 11 49 77 8 8 64 64 10 12 100 120 ΣX = 30 ΣY = 50 ΣX² = 226 ΣXY = 308 Export to Sheets 2. Calculate the slope (b): b = (nΣXY - ΣXΣY) / (nΣX² - (ΣX)²) where n is the number of data points (n = 5 in this case) b = (5 * 308 - 30 * 50) / (5 * 226 - 30²) b = (1540 - 1500) / (1130 - 900) b = 40 / 230 b ≈ 0.174 3. Calculate the y-intercept (a): a = (ΣY - bΣX) / n a = (50 - 0.174 * 30) / 5 a = (50 - 5.22) / 5 a ≈ 8.956 4. The fitted line: Substitute the values of a and b into the equation Y = a + bX: Y = 8.956 + 0.174X Therefore, the fitted straight... Continue reading "Regression Equation and Probability Addition Theorem Solutions" »