Learn R Programming

ddpca (version 1.1)

Diagonally Dominant Principal Component Analysis

Description

Efficient procedures for fitting the DD-PCA (Ke et al., 2019, ) 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.

Copy Link

Version

Install

install.packages('ddpca')

Monthly Downloads

201

Version

1.1

License

GPL-2

Maintainer

Fan Yang

Last Published

September 14th, 2019

Functions in ddpca (1.1)

DDPCA_convex

Diagonally Dominant Principal Component Analysis using Convex approach
ddpca-package

ddpca
HCdetection

Higher Criticism for detecting rare and weak signals
ProjDD

Projection onto the Diagonally Dominant Cone
DDHC

DD-HC test
IHCDD

IHC-DD test
ProjSDD

Projection onto the Symmetric Diagonally Dominant Cone
DDPCA_nonconvex

Diagonally Dominant Principal Component Analysis using Nonconvex approach