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?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.