https://github.com/cran/multivariance
Raw File
Tip revision: 3026c20762a46521a0493b710702d7fba8ea2d60 authored by Björn Böttcher on 23 April 2020, 15:50:03 UTC
version 2.3.0
Tip revision: 3026c20
emp.transf.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/multivariance-functions.R
\name{emp.transf}
\alias{emp.transf}
\title{Monte Carlo empirical transform}
\usage{
emp.transf(x)
}
\arguments{
\item{x}{data matrix (rows: samples, columns: variables)}
}
\description{
Transforms a matrix (rows: samples, columns: variables) into a matrix of uniform samples with the same dependence structure via the Monte Carlo empirical transform.
}
\references{
For the theoretic background see the reference [5] given on the main help page of this package: \link{multivariance-package}.
}
back to top