Description Usage Arguments Details Value Author(s) Examples
Soft thresholding operator.
1 | soft.thresh(x, kappa)
|
x |
β coordinate |
kappa |
κ value in general or λ_1 for covariance updating |
Soft thresholding definition: S(x,κ) = sign(x) (|x| - κ)_{+}
x |
value after applying soft thresholding operator |
Maintainer: Jonas Striaukas <jonas.striaukas@gmail.com>
1 2 3 | kappa<-0.2
x<-0.7
soft.thresh(x, kappa)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.