Learn R Programming

rsvd (version 1.0.5)

Randomized Singular Value Decomposition

Description

Low-rank matrix decompositions are fundamental tools and widely used for data analysis, dimension reduction, and data compression. Classically, highly accurate deterministic matrix algorithms are used for this task. However, the emergence of large-scale data has severely challenged our computational ability to analyze big data. The concept of randomness has been demonstrated as an effective strategy to quickly produce approximate answers to familiar problems such as the singular value decomposition (SVD). The rsvd package provides several randomized matrix algorithms such as the randomized singular value decomposition (rsvd), randomized principal component analysis (rpca), randomized robust principal component analysis (rrpca), randomized interpolative decomposition (rid), and the randomized CUR decomposition (rcur). In addition several plot functions are provided.

Copy Link

Version

Install

install.packages('rsvd')

Monthly Downloads

16,596

Version

1.0.5

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Last Published

April 16th, 2021

Functions in rsvd (1.0.5)

tiger

Tiger
rsvd

Randomized Singular Value Decomposition (rsvd).
rrpca

Randomized robust principal component analysis (rrpca).
ggindplot

ggcorplot

ggbiplot

plot.rpca

Screeplot
rqb

Randomized QB Decomposition (rqb).
rpca

Randomized principal component analysis (rpca).
rcur

Randomized CUR matrix decomposition.
digits

Digits
ggscreeplot

Pretty Screeplot
rid

Randomized interpolative decomposition (ID).