folding.statistics: Computes the folding statistics of the input data

Description Usage Arguments Value Examples

Description

Computes the folding statistics of the input data

Usage

1

Arguments

X

nxd matrix (n observations, d dimensions)

Value

the folding statsistics

Examples

1
2
3
4
5
library(MASS)
mu = c(0,0)
Sigma = matrix(c(1,0.5,1,0.5), ncol = 2)
X = mvrnorm(n = 5000, mu = mu, Sigma = Sigma)
Phi = folding.statistics(X)

asiffer/Rfolding documentation built on May 6, 2019, 6:57 p.m.