Description Usage Arguments Value References See Also Examples
Thresholding operator, an application of the shrinkage operator on a singular value decomposition: D[X] = U S[Sigma] V . For description see section 5 of Candès, E. J., Li, X., Ma, Y., & Wright, J. (2011). Robust principal component analysis?.
1 | thresh.nuclear(M, thr)
|
M |
a rectangular matrix. |
thr |
threshold >= 0 to shrink singular values with. |
Returned is a thresholded Singular Value Decomposition with thr
subtracted from singular values,
and values smaller than 0 dropped together with their singular vectors.
u, d, vt |
as in return value of |
L |
the resulting low-rank matrix: L = U D V^t |
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 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.