Package: ddpca 1.1

Fan Yang
ddpca: Diagonally Dominant Principal Component Analysis
Efficient procedures for fitting the DD-PCA (Ke et al., 2019, <arxiv:1906.00051>) by decomposing a large covariance matrix into a low-rank matrix plus a diagonally dominant matrix. The implementation of DD-PCA includes the convex approach using the Alternating Direction Method of Multipliers (ADMM) and the non-convex approach using the iterative projection algorithm. Applications of DD-PCA to large covariance matrix estimation and global multiple testing are also included in this package.
Authors:
ddpca_1.1.tar.gz
ddpca_1.1.tar.gz(r-4.7-any)ddpca_1.1.tar.gz(r-4.6-any)
ddpca_1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
ddpca/json (API)
| # Install 'ddpca' in R: |
| install.packages('ddpca', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:518926e09c. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 123 | ||
| source / vignettes | OK | 176 | ||
| linux-release-x86_64 | OK | 128 | ||
| wasm-release | OK | 99 |
Exports:DDHCDDPCA_convexDDPCA_nonconvexHCdetectionIHCDDProjDDProjSDD
Dependencies:latticeMASSMatrixMatrixModelsquantregRcppRcppEigenRSpectraSparseMsurvival
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Diagonally Dominant Principal Component Analysis | ddpca-package ddpca |
| DD-HC test | DDHC |
| Diagonally Dominant Principal Component Analysis using Convex approach | DDPCA_convex |
| Diagonally Dominant Principal Component Analysis using Nonconvex approach | DDPCA_nonconvex |
| Higher Criticism for detecting rare and weak signals | HCdetection |
| IHC-DD test | IHCDD |
| Projection onto the Diagonally Dominant Cone | ProjDD |
| Projection onto the Symmetric Diagonally Dominant Cone | ProjSDD |