Class MCRWarmUpFilter
java.lang.Object
org.palladiosimulator.recorderframework.filters.MCRWarmUpFilter
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
MCRWarmUpFilter
public MCRWarmUpFilter()
-
-
Method Details
-
filter
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.
-