powered by
Distributed PCA is a technology that applies PCA to distributed computing environments.
Dpca(data,K, nk)
MSEXp, MSEvp, MSESp, kopt
is the n random vectors constitute the data matrix.
is an index subset/sub-vector specifying.
is the size of subsets.
K=20; nk=50; nr=10; p=8;n=K*nk;d=6 data=matrix(c(rnorm((n-nr)*p,0,1),rpois(nr*p,100)),ncol=p) Dpca(data,K,nk)
Run the code above in your browser using DataLab