How can I use sage to fit some points like
x = [1, 3, 4...] y = [1.2, 4.5, 3.6, ...]
to a straight line using method of least squares?
1 | initial version |
How can I use sage to fit some points like
x = [1, 3, 4...] y = [1.2, 4.5, 3.6, ...]
to a straight line using method of least squares?
2 | No.2 Revision |
How can I use sage to fit some points like
x = [1, 3, 4...] y = [1.2, 4.5, 3.6, ...]
to a straight line using method of least squares?squares And make a plot of the points and the line?
3 | retagged |
How can I use sage to fit some points like
x = [1, 3, 4...] y = [1.2, 4.5, 3.6, ...]
to a straight line using method of least squares And make a plot of the points and the line?
4 | retagged |
How can I use sage to fit some points like
x = [1, 3, 4...] y = [1.2, 4.5, 3.6, ...]
to a straight line using method of least squares And make a plot of the points and the line?