Learn R Programming

Rfolding (version 1.0)

folding.ratio: 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

Run this code
# NOT RUN {
X = matrix(runif(n = 1000, min = 0., max = 1.), ncol = 1)
phi = folding.statistics(X)

# }

Run the code above in your browser using DataLab