home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / sci / math / stat / 1789 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  1.7 KB

  1. Path: sparky!uunet!wupost!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!kuhub.cc.ukans.edu!jeff
  2. From: jeff@kuhub.cc.ukans.edu (Jeff Bangert)
  3. Newsgroups: sci.math.stat
  4. Subject: Non-linear Regression in Chemistry
  5. Message-ID: <1992Sep3.064230.42744@kuhub.cc.ukans.edu>
  6. Date: 3 Sep 92 06:42:30 CDT
  7. Organization: University of Kansas Academic Computing Services
  8. Lines: 36
  9.  
  10. A chemist has asked me to solve a problem: she has data and a model
  11. which is to be fit by 'least squares'.  It looks like non-linear
  12. regression, except that:
  13.  
  14.     1. the model has two equations
  15.     2. both are non-linear
  16.     3. there are parameters common to the two equations.
  17.  
  18. I would like to know:
  19.  
  20.     1. is there a 'standard' method for solving this problem?
  21.     2. is there literature in stat or chemistry which I could read?
  22.  
  23. Clearly, I can form the sum of squared errors for each equation and
  24. add them together.  I have lots of methods for minimizing the result.
  25. However, this seems to ignore the question of the weighting of the two
  26. equations.
  27.  
  28. I solved this kind of problem several years ago by writing FORTRAN +
  29. IMSL.  Now that it has come up again, I wish I had some backup
  30. literature that at least suggests the 'standard' solution method.  I
  31. don't like reinventing the wheel.
  32.  
  33. Since the current data matrix is small, 4 by 2, I'm going to use
  34. non-linear optimization in Quattro Pro this time.  It produces nice
  35. graphs.  But, if I stick with QP, I'll also have to calculate the
  36. standard errors of the parameter estimates.  Right now, I'm not
  37. looking forward to this.
  38.  
  39. Thanks for the help,
  40. -- 
  41. Jeff Bangert            jeff@kuhub.cc.ukans.edu
  42. Computer Center            jeff@ukanvax.bitnet
  43. University of Kansas
  44. Lawrence, KS 66045
  45. (913)864-0466
  46.