Skip to content
/ D-CCA Public
forked from shu-hai/D-CCA

D-CCA: A Decomposition-based Canonical Correlation Analysis for High-dimensional Datasets.

Notifications You must be signed in to change notification settings

BIG-S2/D-CCA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D-CCA

This python package implements the D-CCA method proposed in [1]. See example.py for details, with Python 3.5 or above.

D-CCA conducts the following decomposition:

Y_k =  X_k + E_k = C_k + D_k + E_k   for   k=1,2

where C_1 and C_2 share the same latent factors, but D_1 and D_2 have uncorrelated latent factors.

Please cite the article [1] for this package, which is available here.

[1] Hai Shu, Xiao Wang & Hongtu Zhu (2018) D-CCA: A Decomposition-based Canonical Correlation Analysis for High-dimensional Datasets, Journal of the American Statistical Association, DOI: 10.1080/01621459.2018.1543599

About

D-CCA: A Decomposition-based Canonical Correlation Analysis for High-dimensional Datasets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%