maxScreeningIntervals

fun maxScreeningIntervals(probCS: Double = defaultLevel): Map<String, Map<String, Interval>>

Returns the screening intervals for each alternative assuming bigger is better. Returns a map of maps. The keys for the maps are the names of the alternatives (in combination). The interval represents the screening interval for the case of bigger being better. The intervals are one-sided lower bound, positive infinity and can be checked to determine if the alternative should be retained after screening.

Based on: Nelson et al. (2001) “Simple Procedures for Selecting the Best System when the Number of Alternatives is Large”, Operations Research, vol. 49, pp.950-963.

Parameters

probCS

is the probability of correct selection for the screening