Least-squares circle fitting: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 30: | Line 30: | ||
var r = Math.sqrt(coeffs[2]+xm*xm+ym*ym); | var r = Math.sqrt(coeffs[2]+xm*xm+ym*ym); | ||
brd.create('circle',[ [xm,ym], r]); | brd.create('circle',[ [xm,ym], r]); | ||
</jsxgraph> | </jsxgraph> | ||
===References=== | |||
* Coope, I.D., ''Circle fitting by linear and nonlinear least squares'', Journal of Optimization Theory and Applications Volume 76, Issue 2, New York: Plenum Press, February 1993 | |||
[[Category:Examples]] | [[Category:Examples]] | ||
[[Category:Statistics]] | [[Category:Statistics]] |
Revision as of 15:46, 5 November 2010
References
- Coope, I.D., Circle fitting by linear and nonlinear least squares, Journal of Optimization Theory and Applications Volume 76, Issue 2, New York: Plenum Press, February 1993