home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / sci / math / stat / 2863 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  766 b 

  1. Path: sparky!uunet!opl.com!hri.com!ukma!cs.widener.edu!dsinc!pitt.edu!wbdst
  2. From: wbdst+@pitt.edu (William B Dwinnell)
  3. Newsgroups: sci.math.stat
  4. Subject: Re: Fit a circle to (x,y) datapoints?
  5. Message-ID: <2561@blue.cis.pitt.edu>
  6. Date: 26 Jan 93 19:20:20 GMT
  7. References: <1993Jan26.141416.13815@galen.physiol.ox.ac.uk>
  8. Sender: news+@pitt.edu
  9. Organization: University of Pittsburgh
  10. Lines: 7
  11.  
  12.  
  13. I don't know much about SAS, nor how much coding you could do in it,
  14. but fitting a circle to a set of data points would be trivial for a
  15. genetic algorithm. Frankly, I don't understand why GA's aren't used
  16. more often, especially as they are limited by the weaknesses of 
  17. least-squared error systems. Anyway, I'd specify the circle as
  18. x and y of the center, and r, the radius.
  19.