folding.statistics {Rfolding} | R Documentation |
Computes the folding statistics of the input data
Description
Computes the folding statistics of the input data
Usage
folding.statistics(X)
Arguments
X |
nxd matrix (n observations, d dimensions) |
Value
the folding statsistics
Examples
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)
[Package Rfolding version 1.0 Index]