Description Usage Arguments Value References See Also Examples
Shrinkage operator: S[x] = sgn(x) max(|x| - thr, 0). For description see section 5 of Candès, E. J., Li, X., Ma, Y., & Wright, J. (2011). Robust principal component analysis?.
1 | thresh.l1(x, thr)
|
x |
a vector or a matrix. |
thr |
threshold >= 0 to shrink with. |
S[x] = sgn(x) max(|x| - thr, 0)
Candès, E. J., Li, X., Ma, Y., & Wright, J. (2011). Robust principal component analysis?. Journal of the ACM (JACM), 58(3), 11
Yuan, X., & Yang, J. (2009). Sparse and low-rank matrix decomposition via alternating direction methods. preprint, 12.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.