Statistical tests that compare classification algorithms are univariate and use a single performance measure, e.g., misclassification error, F measure, AUC, and so on. In multivariate tests, comparison is done using multiple measures simultaneously. For example, error is the sum of false positives and false negatives and a univariate test on error cannot make a distinction between these two sou...