mcbMaxIntervals

fun mcbMaxIntervals(delta: Double = defaultIndifferenceZone): List<Interval>

Forms all MCB intervals for the maximum given the supplied delta

Return

all the intervals

Parameters

delta

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


Forms all MCB intervals for the maximum given the default indifference zone

Return

all the intervals