emp.transf.vec {multivariance} | R Documentation |
Transform a vector of samples into a vector of samples of the uniform distribution such that, if applied to multiple (dependent) sample vectors, the dependence is preserved.
emp.transf.vec(x, unif.samples = stats::runif(length(x)))
# x = rnorm(100)
# plot(emp.transf.vec(x))