Package de.uka.ipd.sdq.statistics
Interface IBatchAlgorithm
-
- All Known Implementing Classes:
ABatchAlgorithm,PhiMixingBatchAlgorithm,StaticBatchAlgorithm
public interface IBatchAlgorithmInterface for batch mean algorithms.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Double>getBatchMeans()booleanhasValidBatches()voidofferSample(double value)voidofferSamples(double[] values)voidofferSamples(List<Double> values)
-