Package de.uka.ipd.sdq.statistics
Class Batch
java.lang.Object
de.uka.ipd.sdq.statistics.Batch
A batch, represented by the batch mean. For efficiency reasons, only the number and sum of
contained samples will be stored.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Batch
public Batch() -
Batch
public Batch(double sum, int size)
-
-
Method Details
-
addSample
public void addSample(double value) -
getMean
public double getMean() -
getSize
public int getSize() -
getSum
public double getSum()
-