On 1/24/19, Albretch Mueller <lbrt...@gmail.com> wrote:
>  I am "consistently" getting java.lang.OutOfMemoryError while trying
> to use DescriptiveStatistics.

 Actually, this is what I needed:

import org.apache.commons.math3.stat.descriptive.moment.Mean;
import org.apache.commons.math3.stat.descriptive.moment.StandardDeviation;
import org.apache.commons.math3.stat.descriptive.moment.Skewness;
import org.apache.commons.math3.stat.descriptive.moment.Kurtosis;
~
 in case someone runs into the same problem.

 lbrtchx

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to