folding.ratio {Rfolding} | R Documentation |
Computes the folding ratio of the input data
folding.ratio(X)
X |
nxd matrix (n observations, d dimensions) |
the folding ratio
X = matrix(runif(n = 1000, min = 0., max = 1.), ncol = 1)
phi = folding.statistics(X)