https://github.com/cran/onlinePCA
Raw File
Tip revision: 80768d81e7032765dabd47847dcbecbe0f9035e8 authored by David Degras on 02 January 2015, 00:00:00 UTC
version 1.0-1
Tip revision: 80768d8
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