Class MCRWarmUpFilter

java.lang.Object
org.palladiosimulator.recorderframework.filters.MCRWarmUpFilter

public class MCRWarmUpFilter extends Object
Implements the "Marginal Confidence Rule" (MCR) for filtering the warm-up period of a steady state simulation. The Filter is still experimental! TODO To be integrated, this filter may become an EDP2 filter [Lehrig]
  • Constructor Details

    • MCRWarmUpFilter

      public MCRWarmUpFilter()
  • Method Details

    • filter

      public List<Double> filter(List<Double> samples)
      Filters the given list of samples.
      Parameters:
      samples - the list of samples; including double values.
      Returns:
      the filtered list.
    • getTruncationIndex

      public int getTruncationIndex()
      Getter for the truncation index used by the filter.
      Returns:
      the truncation index.