prob_h_best | R Documentation |
Probability that the h best populations ranked according to r are the best h.
prob_h_best(mat, r = order(expected_rank(mat)), delta = 0)
mat |
A matrix of samples |
r |
A ranking vector giving the order from smallest to largest |
A vector giving the probability the h ranked means are superior to the other k-h ranked means
# Expect high probability that two best identified
# Others should be 50/50
D <- mvnfast::rmvn(4e4, c(1,1,2,2), diag(0.1,4))
prob_h_best(D)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.