powered by
Computes the folding statistics of the input data
folding.statistics(X)
nxd matrix (n observations, d dimensions)
the folding statsistics
# NOT RUN { 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) # }
Run the code above in your browser using DataLab