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