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

  1. Path: sparky!uunet!lhdsy1!merlot!hillyer
  2. From: hillyer@rrc.chevron.com (Martin J. Hillyer)
  3. Newsgroups: sci.math.stat
  4. Subject: Re: Non-linear Regression in Chemistry
  5. Message-ID: <6567@lhdsy1.lahabra.chevron.com>
  6. Date: 4 Sep 92 03:05:52 GMT
  7. References: <1992Sep3.064230.42744@kuhub.cc.ukans.edu>
  8. Sender: news@lhdsy1.lahabra.chevron.com
  9. Reply-To: hillyer@rrc.chevron.com
  10. Organization: Chevron, Richmond, California
  11. Lines: 50
  12.  
  13. In article 42744@kuhub.cc.ukans.edu, jeff@kuhub.cc.ukans.edu (Jeff Bangert) writes:
  14. >A chemist has asked me to solve a problem: she has data and a model
  15. >which is to be fit by 'least squares'.  It looks like non-linear
  16. >regression, except that:
  17. >
  18. >    1. the model has two equations
  19. >    2. both are non-linear
  20. >    3. there are parameters common to the two equations.
  21. >
  22. >I would like to know:
  23. >
  24. >    1. is there a 'standard' method for solving this problem?
  25. >    2. is there literature in stat or chemistry which I could read?
  26. >
  27. >Clearly, I can form the sum of squared errors for each equation and
  28. >add them together.  I have lots of methods for minimizing the result.
  29. >However, this seems to ignore the question of the weighting of the two
  30. >equations.
  31. >
  32. >I solved this kind of problem several years ago by writing FORTRAN +
  33. >IMSL.  Now that it has come up again, I wish I had some backup
  34. >literature that at least suggests the 'standard' solution method.  I
  35. >don't like reinventing the wheel.
  36. >
  37. >Since the current data matrix is small, 4 by 2, I'm going to use
  38. >non-linear optimization in Quattro Pro this time.  It produces nice
  39. >graphs.  But, if I stick with QP, I'll also have to calculate the
  40. >standard errors of the parameter estimates.  Right now, I'm not
  41. >looking forward to this.
  42. >
  43. >Thanks for the help,
  44. >-- 
  45. >Jeff Bangert            jeff@kuhub.cc.ukans.edu
  46. >Computer Center            jeff@ukanvax.bitnet
  47. >University of Kansas
  48. >Lawrence, KS 66045
  49. >(913)864-0466
  50.  
  51.  
  52. It's a little hard to know the exact formulation of the problem from your post, but if you are referring to 2 equations which arise from chemical kinetics of coupled reactions, you won't get the proper answer by adding the sum of squared errors from the two equations.  This is because the errors for the two equations are most likely different, which would require some weights to be applied, - but the proper weighting is unknown.  Further, the errors for the two responses  are likely to be correlated to an 
  53.  
  54. unknown extent.  Box and Draper (1965) showed that what should be minimized is the determinant of z'z, where z is the residual matrix for the set of experiments.   They derived this result by Bayesian arguments using a non-informative prior on the coefficents distribution.  Kang (1988) showed that this determinant criterion is also the maximum likelihood solution.  
  55.  
  56. There also is other literature on this multiresponse problem, so you should be able to find other articles.  Try Technometrics. 
  57.  
  58. Box and Draper (1965)  "The Bayesian Estimation of Common Parameters from Several Responses" Biometrika, 52, 355.
  59.  
  60. Kang (1988) "Topics in Multiresponse Regression Analysis", Ph.D. Thesis, U. Wisconsin, Madison.
  61.  
  62. Martin
  63.  
  64.