public class Batch extends java.lang.Object
Batch()
Batch(double sum, int size)
void
addSample(double value)
double
getMean()
int
getSize()
getSum()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Batch()
public Batch(double sum, int size)
public void addSample(double value)
public double getMean()
public int getSize()
public double getSum()