Re: [collections] MultiMap clash with Java 8

2013-11-16 Thread Thomas Neidhart
On 11/15/2013 09:06 AM, Jörg Schaible wrote: > Hi Thomas, > > Thomas Neidhart wrote: > >> Hi, >> >> during the vote for collections 4.0 we have discovered a problem wrt the >> MultiMap interface in general and specifically the MultiKeyMap. >> >> Java 8 introduces a new default method in the Map i

Re: [collections] MultiMap clash with Java 8

2013-11-16 Thread Thomas Neidhart
On 11/14/2013 11:36 PM, Phil Steitz wrote: > On 11/14/13 1:06 PM, Thomas Neidhart wrote: >> On 11/14/2013 06:12 AM, Gary Gregory wrote: >>> How about the name removeEntry|Entries since there is a Map.Entry. >> Also possible, but there is a subtle difference imho: >> >> * removeMapping does not ass

[math] Links to documents in javadocs for moment computation

2013-11-16 Thread Ajo Fod
Hello, The document: http://commons.apache.org/proper/commons-math/javadocs/api-3.2/index.htmlis relevant to First/Second/Moments, could someone add it to those classes as well? This link is already documented in : *org.apache.commons.math3.stat.correlation.StorelessCovariance*

Re: [math] Links to documents in javadocs for moment computation

2013-11-16 Thread Ajo Fod
I'm sorry I was talking about the document : Formulas for Robust, One-Pass Parallel Computation of Covariances and Arbitrary-Order Statistical Moments, 2008, Technical Report SAND2008-6212, Sandia National Laboratories. ... being r

[math] Problem with parsing of OptimizationData arguments in optim package

2013-11-16 Thread Thomas Neidhart
Hi, while working on MATH-970, I realized that the current way of handling all the OptimizationData arguments for the optimize and parseOptimizationData methods is somehow flawed. All the OptimizationData is parsed and stored in the instance itself, but not reset between subsequent calls of optim

Re: [math] Links to documents in javadocs for moment computation

2013-11-16 Thread Phil Steitz
On 11/16/13 3:55 AM, Ajo Fod wrote: > Hello, > > The document: > http://commons.apache.org/proper/commons-math/javadocs/api-3.2/index.htmlis > relevant to First/Second/Moments, could someone add it to those > classes > as well? The javadoc for first and second moments and variance now describes ex

Re: [math] Problem with parsing of OptimizationData arguments in optim package

2013-11-16 Thread Gilles
On Sat, 16 Nov 2013 18:17:15 +0100, Thomas Neidhart wrote: Hi, while working on MATH-970, I realized that the current way of handling all the OptimizationData arguments for the optimize and parseOptimizationData methods is somehow flawed. All the OptimizationData is parsed and stored in the i

Re: [math] Problem with parsing of OptimizationData arguments in optim package

2013-11-16 Thread Thomas Neidhart
On 11/16/2013 09:13 PM, Gilles wrote: > On Sat, 16 Nov 2013 18:17:15 +0100, Thomas Neidhart wrote: >> Hi, >> >> while working on MATH-970, I realized that the current way of handling >> all the OptimizationData arguments for the optimize and >> parseOptimizationData methods is somehow flawed. >> >>