mcbMinIntervalsAsMap

fun mcbMinIntervalsAsMap(delta: Double = defaultIndifferenceZone): Map<String, Interval>

The MCB minimum intervals in the form of a map. The key names are the names of the data sets

Return

MCB minimum intervals in the form of a map

Parameters

delta

the indifference zone parameter, must be greater than or equal to zero


The MCB minimum intervals in the form of a map. The key names are the names of the data sets with the default indifference zone

Return

MCB minimum intervals in the form of a map