Re: [math] optimization refactoring

2009-02-22 Thread Luc Maisonobe
Phil Steitz a écrit : Luc Maisonobe wrote: Hello, Since release of 1.2, several people have asked for advices on using the estimation and optimization packages imported from mantissa. This showed these packages were poorly designed (you can blame me for that). After one of the discussions

Re: [math] optimization refactoring

2009-02-22 Thread chengas123
in that package. -- View this message in context: http://www.nabble.com/-math--optimization-refactoring-tp22129628p22149219.html Sent from the Commons - Dev mailing list archive at Nabble.com. - To unsubscribe, e-mail: dev

Re: [math] optimization refactoring

2009-02-22 Thread Dimitri Pourbaix
Hi, The existing code is : - package o.a.c.math.estimation: Levenberg-Marquardt method for weighted least square minimization of a vector of residuals Either one considers the full weighting matrix (including potential correlation between observations) or one does not account for any

Re: [math] optimization refactoring

2009-02-22 Thread Ted Dunning
I think that Dmitri overstates his case a bit. This multiplication in observation space works for some algorithms, not for others. Ordinary least squares regression is somewhat of an exception here. Logistic regression is a simple counter-example. It is still useful to have a vector weight and

Re: [math] optimization refactoring

2009-02-21 Thread Phil Steitz
Luc Maisonobe wrote: Hello, Since release of 1.2, several people have asked for advices on using the estimation and optimization packages imported from mantissa. This showed these packages were poorly designed (you can blame me for that). After one of the discussions on this topic, issue

[math] optimization refactoring

2009-02-20 Thread Luc Maisonobe
Hello, Since release of 1.2, several people have asked for advices on using the estimation and optimization packages imported from mantissa. This showed these packages were poorly designed (you can blame me for that). After one of the discussions on this topic, issue MATH-177