INITIA {PTAk} | R Documentation |
Initialisation used in SINGVA
Description
Gives the first Tucker1 components of a given tensor.
Usage
INITIA(X,modesnam=NULL,method="svds",dim=1,...)
Arguments
X |
a tensor (as an array) of order k |
modesnam |
a character vector of the names of the modes |
method |
uses either the inbuilt SVD |
dim |
default 1 in each space otherwise specify the number of dimensions
e.g. |
... |
extra arguments of the method |
Details
Computes the first (or dim
) right singular vector (or other
summaries) for every representation of the tensor as a matrix with
dim(X)[i]
columns, i=1...k
.
Value
a list (of length k) of lists with arguments:
v |
the singular vectors in rows |
modesnam |
a character object naming the mode, |
n |
labels of mode |
d |
the corresponding first singular values |
Note
The collection these eigenvectors, is known as the Tucker1 solution
or initialisation related to PCA-3modes or PCA-nmodes models.
If a function is given it may include dim
as argument.
Author(s)
Didier G. Leibovici
References
Kroonenberg P.M (1983) Three-mode Principal Component Analysis: Theory and Applications. DSWO Press, Leiden.
Leibovici D and Sabatier R (1998) A Singular Value Decomposition of a k-ways array for a Principal Component Analysis of multi-way data, the PTA-k. Linear Algebra and its Applications, 269:307-329.