Re: [OT] simple statistics

2007-07-16 Thread Peter Vandoros
The JScience library might be of help http://jscience.org/ Regards Peter Michael Warner wrote: I am looking for a light-weight package which will allow me to compute a Pearson product-moment correlation coefficient. Send a matrix and return a value or values in the context of a larger WO app

Re: [OT] simple statistics

2007-07-16 Thread Mike Schrag
Jakarta Commons Math can do it ... org.apache.commons.math.stat.regression.SimpleRegression ms On Jul 16, 2007, at 2:38 PM, Michael Warner wrote: I am looking for a light-weight package which will allow me to compute a Pearson product-moment correlation coefficient. Send a matrix and return

[OT] simple statistics

2007-07-16 Thread Michael Warner
I am looking for a light-weight package which will allow me to compute a Pearson product-moment correlation coefficient. Send a matrix and return a value or values in the context of a larger WO app. As part of a larger stats package is fine. Probably Java, maybe open-source. Any suggesti