tQRdwt | R Documentation |
Performs a QR decomposition of 3-mode tensor using the discrete wavelet transform.
tQRdwt(tnsr)
tnsr |
: a 3-mode tensor |
a Tensor-class object
If QR decomposition is performed on a n
x n
x k
tensor, the components in the returned value are:
Q: An orthogonal tensor (n
x n
x k
).
R: An upper triangular tensor (n
x n
x k
)
Kyle Caudle
Randy Hoover
Jackson Cates
T <- rand_tensor(modes=c(2,2,4))
print(tQRdwt(T))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.