Re: [math] - Multiple Linear Regression

2004-01-28 Thread J.Pietschmann
Inger, Matthew wrote: Has there been any though to resource bundle usage in commons/math? No. Contributions are welcome, we've got other messages in need of i18n as well. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: [math] - Multiple Linear Regression

2004-01-28 Thread Inger, Matthew
: Wednesday, January 28, 2004 2:30 PM To: Jakarta Commons Developers List Subject: Re: [math] - Multiple Linear Regression Inger, Matthew wrote: Has there been any though to resource bundle usage in commons/math? No. Contributions are welcome, we've got other messages in need of i18n as well

RE: [math] - Multiple Linear Regression

2004-01-27 Thread Inger, Matthew
, so it's not really hard to get to it: results.getFuntion().getCoefficients(); -Original Message- From: Phil Steitz [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 4:59 PM To: Jakarta Commons Developers List Subject: RE: [math] - Multiple Linear Regression --- Inger, Matthew

RE: [math] - Multiple Linear Regression

2004-01-26 Thread Inger, Matthew
Should I create a defect, and attach the file there? Or should i at this point try to get committer access. -Original Message- From: Phil Steitz [mailto:[EMAIL PROTECTED] Sent: Saturday, January 24, 2004 9:53 AM To: Jakarta Commons Developers List Subject: Re: [math] - Multiple Linear

Re: [math] - Multiple Linear Regression

2004-01-26 Thread Mark R. Diggory
Please, attempt to generate unified cvs diff of your changes if they are to existing file and/or attach any new files in a tar archive. Unless your already an Apache developer, its generally the practice at Apache to Contribute for a little while, once the group feels that your effort and

RE: [math] - Multiple Linear Regression

2004-01-26 Thread Inger, Matthew
(double x[][], double y[]) { ... }; } Thoughts? -Original Message- From: Mark R. Diggory [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 1:42 PM To: Jakarta Commons Developers List Subject: Re: [math] - Multiple Linear Regression Please, attempt to generate unified cvs diff of your

Re: [math] - Multiple Linear Regression

2004-01-26 Thread J.Pietschmann
Inger, Matthew wrote: Is there any plan to possibly have a MultivariateRealFunction interface? Well, as you see the very existence of UnivariateRealFunction somehow suggests this. However, nobody expressed a real need until now... J.Pietschmann

RE: [math] - Multiple Linear Regression

2004-01-26 Thread Phil Steitz
--- Inger, Matthew [EMAIL PROTECTED] wrote: Is there any plan to possibly have a MultivariateRealFunction interface? I had planned to return the linear regression coefficients in the form of a linear function: public interface MultivariateRealFunction { public double value(double