folding.ratio {Rfolding}R Documentation

Computes the folding ratio of the input data

Description

Computes the folding ratio of the input data

Usage

folding.ratio(X)

Arguments

X

nxd matrix (n observations, d dimensions)

Value

the folding ratio

Examples

X = matrix(runif(n = 1000, min = 0., max = 1.), ncol = 1)
phi = folding.statistics(X)


[Package Rfolding version 1.0 Index]