Re: [math] Getting 1.0 out the door -- tasks remaining

2004-07-25 Thread Phil Steitz
Phil Steitz wrote: J.Pietschmann wrote: Phil Steitz wrote: 1) Decide what to do about inverse cumulative probabilities where p = 1 (easy solution is to document and throw) Nearly +1 My own nearly +1 on this just turned to -1. After looking some more at the code and thinking some more, I think

Re: [math] Getting 1.0 out the door -- tasks remaining

2004-06-07 Thread Al Chou
--- Phil Steitz [EMAIL PROTECTED] wrote: J.Pietschmann wrote: Phil Steitz wrote: 1) Decide what to do about inverse cumulative probabilities where p = 1 (easy solution is to document and throw) Nearly +1 My own nearly +1 on this just turned to -1. After looking some more

Re: [math] Getting 1.0 out the door -- tasks remaining

2004-06-06 Thread Phil Steitz
J.Pietschmann wrote: Phil Steitz wrote: 1) Decide what to do about inverse cumulative probabilities where p = 1 (easy solution is to document and throw) Nearly +1 My own nearly +1 on this just turned to -1. After looking some more at the code and thinking some more, I think that both p=1 and

Re: [math] Getting 1.0 out the door -- tasks remaining

2004-05-21 Thread Phil Steitz
J.Pietschmann wrote: 2) Decide what, if anything to do about the root-finding interfaces. I am OK releasing as is. Uh, oh! Does that mean that you think we need to change the interfaces. If so, how exactly? Along the lines that I suggested earlier (stateless, value objects returned)? Phil

Re: [math] Getting 1.0 out the door -- tasks remaining

2004-05-21 Thread J.Pietschmann
Phil Steitz wrote: root-finding interfaces. ... Does that mean that you think we need to change the interfaces. If so, how exactly? Along the lines that I suggested earlier (stateless, value objects returned)? Actually I don't know how to proceed. It would be nice to have a common pattern

Re: [math] Getting 1.0 out the door -- tasks remaining

2004-05-13 Thread J.Pietschmann
Phil Steitz wrote: 1) Decide what to do about inverse cumulative probabilities where p = 1 (easy solution is to document and throw) Nearly +1 2) Decide what, if anything to do about the root-finding interfaces. I am OK releasing as is. Uh, oh! 4) Decide what to do about RealMatrix rank. Only