Re: [math] Improving numerics in OLSMultipleLinearRegression

2008-06-09 Thread Phil Steitz
Mauro Talevi wrote: Hi Phil, thanks for reviewing the multiple linear regression implementations and setting up the R/NIST data tests. I finally got around to installing R and can now run them too. Phil Steitz wrote: While clear and elegant from a matrix algebra standpoint, the "nailve" i

[ALL] store dist site copy in SVN?

2008-06-09 Thread sebb
There does not seem to be a backup copy of the various HEADER.html and README.html files in /www.apache.org/dist/commons/... It might be useful to keep track of these in SVN. The dist site could then be checked out / updated from SVN, as is done with some other projects, e.g. httpd, jakarta. Ide

Re: [math] Improving numerics in OLSMultipleLinearRegression

2008-06-09 Thread Mauro Talevi
Hi Phil, thanks for reviewing the multiple linear regression implementations and setting up the R/NIST data tests. I finally got around to installing R and can now run them too. Phil Steitz wrote: While clear and elegant from a matrix algebra standpoint, the "nailve" implementation in OLSM

Re: [CLI2][PATCH] patch for bug 145

2008-06-09 Thread Henri Yandell
Patch applied. On Wed, Jun 4, 2008 at 7:06 AM, andrew ox. <[EMAIL PROTECTED]> wrote: > Bug 145 was a problem parsing a command line when default arguments > were specified which would only show itself when parsing. > > It was not possible to specify default arguments and then parse. > > >