Learn R Programming

⚠️There's a newer version (1.0.5) of this package.Take me there.

rsvd (version 0.3)

Randomized Singular Value Decomposition

Description

Randomized singular value decomposition (rsvd) is a very fast probabilistic algorithm to compute an approximated low-rank singular value decomposition of large data sets with high accuracy. SVD plays a central role in data analysis and scientific computing. SVD is also widely used for computing principal component analysis (PCA), a linear dimensionality reduction technique. Randomized PCA (rpca) is using the approximated singular value decomposition to compute the most significant principal components. In addition several plot functions are provided.

Copy Link

Version

Install

install.packages('rsvd')

Monthly Downloads

17,044

Version

0.3

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

N Benjamin Erichson

Last Published

November 13th, 2015

Functions in rsvd (0.3)

rpca

Randomized principal component analysis (PCA).
ggscreeplot

Pretty Screeplot
ggcorplot

Correlation plot
rsvd

Randomized Singular Value Decomposition .
plot.rpca

Screeplot
ggbiplot

Biplot for rPCA using ggplot2