public class MCRWarmUpFilter extends Object
| Constructor and Description |
|---|
MCRWarmUpFilter() |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
filter(List<Double> samples)
Filters the given list of samples.
|
int |
getTruncationIndex()
Getter for the truncation index used by the filter.
|
public List<Double> filter(List<Double> samples)
samples - the list of samples; including double values.public int getTruncationIndex()