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
Modifier and TypeMethodDescriptionboolean
void
offerSample
(double value) void
offerSamples
(double[] values) void
offerSamples
(List<Double> values)
-
Method Details
-
offerSample
void offerSample(double value) -
offerSamples
-
offerSamples
void offerSamples(double[] values) -
hasValidBatches
boolean hasValidBatches() -
getBatchMeans
-