multiple Comparison Analyzer For
fun multipleComparisonAnalyzerFor(expNames: List<String>, responseName: String): MultipleComparisonAnalyzer
This prepares a map that can be used with MultipleComparisonAnalyzer and returns the MultipleComparisonAnalyzer. If the set of simulation runs does not contain the provided experiment name, then an IllegalArgumentException occurs. If there are multiple simulation runs with the same experiment name, then an IllegalArgumentException occurs. In other words, when running the experiments, the user must make the experiment names unique in order for this map to be built.
Return
a configured MultipleComparisonAnalyzer
Parameters
exp Names
The set of experiment names for with the responses need extraction, must not be null
response Name
the name of the response variable, time weighted variable or counter