Learn R Programming

multivariance (version 2.4.1)

emp.transf.vec: 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)))

Arguments

Examples

Run this code
# NOT RUN {
# x = rnorm(100)
# plot(emp.transf.vec(x))

# }

Run the code above in your browser using DataLab