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

2013-11-18 Thread Ajo Fod
Hello, Unless someone wants to buy the West's reference, the closest thing to an explanation for what is in those classes is in the Sandia report. Perhaps you can add a link to the Sandia reference with the qualification that it is not an exact description of the algo? Cheers, -Ajo. On Sun, No

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

2013-11-17 Thread Phil Steitz
On 11/17/13 6:02 AM, Ajo Fod wrote: > The Sandia report is free. The javadoc link is paywalled. I'd recommend > linking a free version if you want people to have unfettered access. > > Does the paywalled document describe how to do the aggregate/combine/reduce > operation we talked about in https:/

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

2013-11-17 Thread Ajo Fod
The Sandia report is free. The javadoc link is paywalled. I'd recommend linking a free version if you want people to have unfettered access. Does the paywalled document describe how to do the aggregate/combine/reduce operation we talked about in https://issues.apache.org/jira/browse/MATH-1016? The

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] 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] 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*