getRealVStat {flintyR} | R Documentation |
V Statistic for Real Matrices
Description
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}
.
Usage
getRealVStat(X, p)
Arguments
X |
The |
p |
The power |
Details
Dependencies: getLpDistance
Value
V(\mathbf{X})
, the variance of the pairwise l_p^p
distance between samples
Examples
X <- matrix(nrow = 5, ncol = 10, rnorm(50))
getRealVStat(X, p = 2)
[Package flintyR version 0.1.0 Index]