Learn R Programming

rpca (version 0.2.3)

RobustPCA: Decompose a Matrix into Low-Rank and Sparse Components

Description

Suppose we have a data matrix, which is the superposition of a low-rank component and a sparse component. Candes, E. J., Li, X., Ma, Y., & Wright, J. (2011). Robust principal component analysis?. Journal of the ACM (JACM), 58(3), 11. prove that we can recover each component individually under some suitable assumptions. It is possible to recover both the low-rank and the sparse components exactly by solving a very convenient convex program called Principal Component Pursuit; among all feasible decompositions, simply minimize a weighted combination of the nuclear norm and of the L1 norm. This package implements this decomposition algorithm resulting with Robust PCA approach.

Copy Link

Version

Install

install.packages('rpca')

Monthly Downloads

223

Version

0.2.3

License

GPL-2 | GPL-3

Maintainer

Maciek Sykulski

Last Published

July 30th, 2015

Functions in rpca (0.2.3)

F2norm

Frobenius norm of a matrix
thresh.l1

Shrinkage operator
thresh.nuclear

Thresholding operator
rpca

Decompose a matrix into a low-rank component and a sparse component by solving Principal Components Pursuit
rpca-package

\Sexpr[results=rd,stage=build]{tools:::Rd_package_title("#1")}rpcaRobustPCA: Decompose a Matrix into Low-Rank and Sparse Components