erichson/spca: Sparse Principal Component Analysis (SPCA)

Sparse principal component analysis (SPCA) attempts to find sparse weight vectors (loadings), i.e., a weight vector with only a few 'active' (nonzero) values. This approach provides better interpretability for the principal components in high-dimensional data settings. This is, because the principal components are formed as a linear combination of only a few of the original variables. This package provides efficient routines to compute SPCA. Specifically, a variable projection solver is used to compute the sparse solution. In addition, a fast randomized accelerated SPCA routine and a robust SPCA routine is provided. Robust SPCA allows to capture grossly corrupted entries in the data.

Getting started

Package details

AuthorN. Benjamin Erichson, Peng Zheng, and Sasha Aravkin
MaintainerN. Benjamin Erichson <erichson@uw.edu>
LicenseGPL (>= 3)
Version0.1.0
URL https://github.com/erichson/spca
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("erichson/spca")
erichson/spca documentation built on May 17, 2019, 7:05 p.m.