https://github.com/cran/onlinePCA
Raw File
Tip revision: 2e274d6e3d6b9d2227f9b0553b40dcb5b1882884 authored by David Degras on 10 December 2014, 00:00:00 UTC
version 1.0
Tip revision: 2e274d6
NAMESPACE
useDynLib(onlinePCA)

import(rARPACK)
importFrom(Rcpp, evalCpp)
importFrom(splines,splineDesign)

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