Package de.uka.ipd.sdq.statistics
Class Batch
- java.lang.Object
-
- de.uka.ipd.sdq.statistics.Batch
-
public class Batch extends Object
A batch, represented by the batch mean. For efficiency reasons, only the number and sum of contained samples will be stored.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSample(double value)
double
getMean()
int
getSize()
double
getSum()
-