| getRealVStat | R Documentation |
Computes V statistic for a real matrix \mathbf{X},
where V(\mathbf{X}) = scaled variance of l_p^p distances between the
row samples of \mathbf{X}.
getRealVStat(X, p)
X |
The |
p |
The power |
Dependencies: getLpDistance
V(\mathbf{X}), the variance of the pairwise l_p^p distance between samples
X <- matrix(nrow = 5, ncol = 10, rnorm(50))
getRealVStat(X, p = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.