Let Us C Solution | Chapter 14 Exercise C.p How to calculate equation for different values of x & y?
Duration: 16:35 Min | Sep 10, 2023
Attempt the following:
For the following set of points given by (x,y) fit a straight line by y = a + bx where,
a = y' - bx' and
n*sigma(y*x) - sigma(x)*sigma(y)
b = ---------------------------------
[n*sigma(x^2) - (sigma(x))^2]
x y
3.0 1.5
4.5 2.0
5.5 3.5
6.5 5.0
7.5 6.0
8.5 7.5
8.0 9.0
9.0 10.5
9.5 12.0
10.0 14.0