Description Usage Arguments Value Examples
Takes pairwise distances between cluster log2 means and penalty parameters lambda and alpha, and imposes SCAD thresholding rule
1 | SCAD_soft_thresholding(diff_beta, lambda, alpha)
|
diff_beta |
difference in pairwise cluster betas (log2 means) |
lambda |
numeric penalty parameter, lambda >= 0 |
alpha |
numeric penalty parameters, 0 <= alpha < 1 |
diff_beta value, after SCAD thresholding rule is applied
1 2 3 4 5 | beta1=1
beta2=2
SCAD_soft_thresholding(beta2-beta1,0,0)
SCAD_soft_thresholding(beta2-beta1,0.5,0.45)
SCAD_soft_thresholding(beta2-beta1,1,1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.