Open
Description
Following things should be clear
- The test statistic q follows which distribution (suggest: Studentized Range Distribution with parameter k = number of algorithms bud I haven't found anything on the degrees of freedom)
- Does the Post-hoc Nemenyi test control the FWER? (I suppose yes)
- How to derive the critical difference (suggest:
q.alpha = qtukey(1 - 0.05, k, Inf) / sqrt(2L); cd.nemenyi = q.alpha * sqrt(k * (k + 1L) / (6L * n))
) - I guess the test statistic q only consists of the absolute value of Rj1 - Rj2
Metadata
Metadata
Assignees
Labels
No labels