Internal PTAk functions
Ginv(A)
PPMA(X,test=1E-10,pena=list(function(u)ksmooth(1:length(u),u,kernel="normal",
bandwidth=3,x.points=(1:length(u)))$y
,NA) ,ini=mean,vsmin=1E-20,Maxiter=2000, ...)
Powmat(A,pw,eltw=FALSE)
RaoProd(A,B)
REBUILDPCAn(solu)
RESUM(solb,sola=NULL,numass=NULL,verbose=getOption("verbose"),file=NULL
,summary=FALSE,testvar=0.1,with=TRUE)
svdsmooth(X,nomb=min(dim(X)),
smooth=list(function(u)ksmooth(1:length(u),u,kernel="normal",
bandwidth=3,x.points=(1:length(u)))$y),vsmin=1E-16, ...)
toplist(li)
svd.p(X,...)
These functions are not supposed to be called directly.
a matrix
a zero limit number
list of functions to be used as smoother
initialisation method over the dual dimension
zero limit for singular value
limit number of iteration
a matrix
power value number
boolean to perform power elementwise or matrix power
a matrix
an object inheriting from class PTAk
an object inheriting from class PTAk
an object inheriting from class PTAk
position number of the associated solution, NULL is equivalent to the last in sola
boolean playing a verbose role
string pointing a destination of file output
boolean to show the summary or not
threshold control for minimum percent of variability explained
boolean expression to give a supplementary selection criterion
integer giving the number of components to fit
idem as pena
any list
any other arguments passed to functions
Didier G. Leibovici
PTAk