tEIGdwt | R Documentation |
Performs a Eigenvalue decomposition of 3-mode tensor using the discrete Wavelet transform (Haar Wavelet).
tEIGdwt(tnsr)
tnsr |
: a 3-mode tensor |
a Tensor-class object
If Eigenvalue decomposition is performed on a n
x n
x k
tensor, the components in the returned value are:
P: A tensor of Eigenvectors (n
x n
x k
)
D: An diagonal tensor of Eigenvalues (n
x n
x k
)
Kyle Caudle
Randy Hoover
Jackson Cates
G. Strang and T. Nguyen, Wavelets and filter banks. SIAM, 1996.
A. Haar, “Zur theorie der orthogonalen funktionensysteme,” Mathema- tische annalen, vol. 69, no. 3, pp. 331–371, 1910.
T <- rand_tensor(modes=c(2,2,4))
print(tEIGdwt(T))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.