MSK | R Documentation |
This function is to estimate row and column sample matrix Kendall's tau which are defined in He et al. (2022) <arXiv:2207.09633>
MSK(X, type = "1")
X |
Input three-dimensional array, of dimension |
type |
If type=1, calculate the row sample matrix Kendall's tau; if type=2, calculate the column sample matrix Kendall's tau. The default is the row sample matrix Kendall's tau. |
See He at al. (2022) <arXiv:2207.09633> for details.
If type=1, the return value is a p \times p
matrix; if type=2, the return value is a q \times q
matrix.
Yong He, Yalin Wang, Long Yu, Wang Zhou and Wenxin Zhou.
He, Y., Wang, Y., Yu, L., Zhou, W., & Zhou, W. X. (2022). A new non-parametric Kendall's tau for matrix-value elliptical observations <arXiv:2207.09633>.
X=array(rnorm(400),c(20,5,4))
MSK(X,1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.