mcb Analyzer
fun mcbAnalyzer(expId: Int, problemName: String, useGaps: Boolean = false): MultipleComparisonAnalyzer?(source)
A MultipleComparisonAnalyzer over one problem's final objectives (see mcbDataMap); null when the data cannot support a multiple comparison — fewer than two solver cases with complete data, unequal numbers of observations across the cases, or fewer than two observations per case.
fun mcbAnalyzer(expIds: Collection<Int>, problemName: String, useGaps: Boolean = false): MultipleComparisonAnalyzer?(source)
A MultipleComparisonAnalyzer over one problem's final objectives pooled across the blocks of one study (see the pooled mcbDataMap); null when the data cannot support a multiple comparison — fewer than two solver cases with complete data, unequal numbers of observations across the cases, or fewer than two observations per case.