Description Usage Arguments Details Value Examples
3rd and 4th order (centered and/or standardized) tensorian moments
1 | tensor_moment(Y, center = TRUE, standardize = TRUE, p = c(3, 4))
|
Y |
data.frame or matrix of multivariate data of dimension n*p |
center |
column-center the data first, default is |
standardize |
standardize the multivariate data, i.e. convert it to the left singular matrix |
p |
what is the order to construct |
Suppose Y = USV' is the SVD, standardization is done by taking U only
A list with eliments
moment |
3rd or 4th order tensors |
w |
whitening matrix if |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.