getRealVStat {flintyR} | R Documentation |
V Statistic for Real Matrices
Description
Computes statistic for a real matrix
,
where
= scaled variance of
distances between the
row samples of
.
Usage
getRealVStat(X, p)
Arguments
X |
The |
p |
The power |
Details
Dependencies: getLpDistance
Value
, the variance of the pairwise
distance between samples
Examples
X <- matrix(nrow = 5, ncol = 10, rnorm(50))
getRealVStat(X, p = 2)
[Package flintyR version 0.1.0 Index]