coverage_aware_critical_difference
mcda.coverage_aware_critical_difference(scores, higher_is_better=True, method_names=None)
Convenience wrapper around :func:skillings_mack for the CD use case.
A drop-in for :func:beam.mcda.cd.critical_difference when the matrix has missing cells. Returns a :class:SkillingsMackReport with the global chi-squared test only; nemenyi_cliques is None and the note field explains that the pairwise post-hoc needs a complete matrix. On a matrix with no NaN this gives the same chi-squared statistic as :func:critical_difference, so the global “are the methods separable” answer is unchanged; only the cliques are missing.