Class MCRWarmUpFilter

java.lang.Object
de.uka.ipd.sdq.statistics.MCRWarmUpFilter

public class MCRWarmUpFilter extends Object
Implements the "Marginal Confidence Rule" (MCR) for filtering the warm-up period of a steady state simulation.

Please note that there is no common interface for warm-up filters so far! Thus the interface will likely change soon.

  • Constructor Details

    • MCRWarmUpFilter

      public MCRWarmUpFilter()
  • Method Details

    • filter

      public List<Double> filter(List<Double> samples)
    • getTruncationIndex

      public int getTruncationIndex()