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)
The \(N \times P\) real matrix
The power \(p\) of \(l_p^p\), i.e., \(||x||_p^p = (x_1^p+...x_n^p)\)s
\(V(\mathbf{X})\), the variance of the pairwise \(l_p^p\) distance between samples
Dependencies: getLpDistance