Implements fast, exact bootstrap Principal Component Analysis and Singular Value Decompositions for high dimensional data, as described in <http://arxiv.org/abs/1405.0922>. For data matrices that are too large to operate on in memory, users can input objects with class 'ff' (see the 'ff' package), where the actual data is stored on disk. In response, this package will implement a block matrix algebra procedure for calculating the principal components (PCs) and bootstrap PCs. Depending on options set by the user, the 'parallel' package can be used to parallelize the calculation of the bootstrap PCs.
Version: | 0.5 |
Depends: | R (≥ 3.0.2) |
Imports: | ff, parallel |
Published: | 2015-06-02 |
Author: | Aaron Fisher |
Maintainer: | Aaron Fisher <fisher at jhu.edu> |
License: | GPL-2 |
URL: | http://arxiv.org/abs/1405.0922 |
NeedsCompilation: | no |
Materials: | README |
CRAN checks: | bootSVD results |
Reference manual: | bootSVD.pdf |
Package source: | bootSVD_0.5.tar.gz |
Windows binaries: | r-devel: bootSVD_0.5.zip, r-release: bootSVD_0.5.zip, r-oldrel: bootSVD_0.5.zip |
OS X El Capitan binaries: | r-release: bootSVD_0.5.tgz |
OS X Mavericks binaries: | r-oldrel: bootSVD_0.5.tgz |
Old sources: | bootSVD archive |
Please use the canonical form https://CRAN.R-project.org/package=bootSVD to link to this page.