https://github.com/cran/onlinePCA
Raw File
Tip revision: 6778a12f9c2d5d935c4919e1b551e7eae1498482 authored by David Degras on 06 August 2015, 00:00:00 UTC
version 1.2
Tip revision: 6778a12
NAMESPACE
useDynLib(onlinePCA)

importFrom(rARPACK,eigs_sym)
importFrom(Rcpp, evalCpp)
importFrom(splines,splineDesign)
importFrom(stats,lsfit,quantile,uniroot)

export(batchpca, ccipca, coef2fd, create.basis, fd2coef, ghapca, impute, incRpca, 
	incRpca.rc, perturbationRpca, secularRpca, sgapca, snlpca, 
	updateCovariance, updateMean)
back to top