| dist_l | R Documentation |
Calculates Δ(l_1, l_2) in the paper (Ver20201104).
dist_l(l_adpt_vec, l_orc_vec, ratio = TRUE, p = Inf)
l_adpt_vec |
vector of worst case lengths for the adaptive procedure. |
l_orc_vec |
vector of worst case lengths for the oracle procedure. |
ratio |
the ratio measure is used if |
p |
the order of l_1-norm; the default is |
l_adpt_vec <- 1:10 l_orc_vec <- (1:10) - 1/2 dist_l(l_adpt_vec, l_orc_vec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.