Least-squares line fitting: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 24: | Line 24: | ||
// where x_i, y_i is the position of point p_i | // where x_i, y_i is the position of point p_i | ||
// y is equal to the zero vector. | // y is equal to the zero vector. | ||
var M = [], y= [ | var M = [], y= [2,2,2], MT, B, c, z, n; | ||
n = p.length; | n = p.length; | ||
for (i=0;i<n;i++) { | for (i=0;i<n;i++) { |