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.
Description
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.
Usage
emp.transf.vec(x, unif.samples = stats::runif(length(x)))
Examples
# x = rnorm(100)
# plot(emp.transf.vec(x))
[Package multivariance version 2.4.1 Index]