Interface IBatchAlgorithm

All Known Implementing Classes:
ABatchAlgorithm, PhiMixingBatchAlgorithm, StaticBatchAlgorithm

public interface IBatchAlgorithm
Interface for batch mean algorithms.
  • Method Details

    • offerSample

      void offerSample(double value)
    • offerSamples

      void offerSamples(List<Double> values)
    • offerSamples

      void offerSamples(double[] values)
    • hasValidBatches

      boolean hasValidBatches()
    • getBatchMeans

      List<Double> getBatchMeans()