home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / sci / math / numanal / 3908 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.4 KB  |  36 lines

  1. Newsgroups: sci.math.num-analysis
  2. Path: sparky!uunet!usc!howland.reston.ans.net!news.ans.net!cmcl2!panix!banana
  3. From: banana@panix.com (Walter Polkosnik)
  4. Subject: Re: non-linear least-squares fitting
  5. Message-ID: <C173FK.5DI@panix.com>
  6. Organization: PANIX Public Access Unix, NYC
  7. References: <1jkb5nINN8qn@iskut.ucs.ubc.ca>
  8. Date: Thu, 21 Jan 1993 08:26:07 GMT
  9. Lines: 25
  10.  
  11. In <1jkb5nINN8qn@iskut.ucs.ubc.ca> holland@geop.ubc.ca (Stephen Holland) writes:
  12.  
  13.  
  14. >Does anyone out there know where I might find a good public domain routine 
  15. >for doing non-linear least-squares fitting WITHOUT derivative information.
  16. >I'm looking for something along the lines of POWELL in Numerical Recipes or
  17. >CHIFIT in Bevington.  ForTran source would be nice since my software is 
  18. >writen in ForTran but i can translate from C if need be.
  19.  
  20. >thanks
  21.  
  22. >steve holland
  23.  
  24. I have used subroutine LMDIF from MINPACK (which you can get from netlib) and
  25. NL2SOL (which you can also get from netlib, as part of TOMS) extensively and
  26. for all my applications they work great. You can always do some kind of
  27. difference approximation to the derivatives if you don't want to calculate them
  28. explicitly (which is what those two subroutines do).
  29.  
  30. Those two routines are also very simple to program around also.
  31.  
  32. -- 
  33. Walter Polkosnik                 
  34. Physics Department         banana@panix.com        
  35. Queens College, CUNY       {cmcl2,apple}!panix!banana
  36.