findAlphaVopt | R Documentation |
These functions find the optimal smoothing parameters \alpha_v,
\alpha_w
for the two image directions (v and w) in the FCP_TPA algorithm
based on generalized cross-validation, which is nested in the tensor power
algorithm. Given a range of possible values of \alpha_v
(or
\alpha_w
, respectively), the optimum is found by optimizing the GCV
criterion using the function optimize
.
findAlphaVopt(alphaRange, data, u, w, alphaW, OmegaW, GammaV, lambdaV)
findAlphaWopt(alphaRange, data, u, v, alphaV, OmegaV, GammaW, lambdaW)
alphaRange |
A numeric vector with two elements, containing the minimal and maximal value for the smoothing parameter that is to be optimized. |
data |
The tensor containing the data, an array of dimensions |
u , v , w |
The current value of the eigenvectors |
GammaV , GammaW |
A matrix of dimension |
lambdaV |
lambdaW A numeric vector of length |
alphaV , alphaW |
The current value of the smoothing parameter for the
other image direction ( |
OmegaV |
OmegaW A matrix of dimension |
The optimal \alpha_v
(or \alpha_w
, respectively), found by optimizing the GCV criterion
within the given range of possible values.
findAlphaWopt()
:
G. I. Allen (2013), "Multi-way Functional Principal Components Analysis", IEEE International Workshop on Computational Advances in Multi-Sensor Adaptive Processing.
J. Z. Huang, H. Shen and A. Buja (2009), "The Analysis of Two-Way Functional Data Using Two-Way Regularized Singular Value Decomposition". Journal of the American Statistical Association, Vol. 104, No. 488, 1609 – 1620.
FCP_TPA
, gcv
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.