Revision a148f1f16b1aed5e55da85e3741b46f0a6899802 authored by Björn Böttcher on 10 December 2020, 14:50:03 UTC, committed by cran-robot on 10 December 2020, 14:50:03 UTC
1 parent 3026c20
copula.multicorrelation.test.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/multivariance-functions.R
\name{copula.multicorrelation.test}
\alias{copula.multicorrelation.test}
\title{independence tests using the copula versions of distance multivariance}
\usage{
copula.multicorrelation.test(x, vec = 1:ncol(x), ...)
}
\arguments{
\item{x}{matrix, each row is a sample}
\item{vec}{vector which indicates which columns are treated as one sample}
\item{...}{these are passed to \code{\link{cdm}}}
}
\description{
Formally it is nothing but tests for distance multivariance applied to the Monte Carlo emprical transform of the data. Hence its values vary for repeated runs.
}
\references{
For the theoretic background see the reference [5] given on the main help page of this package: \link{multivariance-package}.
}
Computing file changes ...