copula.multicorrelation: coupla versions of distance multicorrelation

Description Usage Arguments References See Also

View source: R/multivariance-functions.R

Description

Formally it is nothing but distance multicorrelation applied to the Monte Carlo emprical transform of the data. Hence its values vary for repeated runs.

Usage

1
2
3
copula.multicorrelation(x, vec = 1:ncol(x), ...)

CMcor(x, vec = 1:ncol(x), ...)

Arguments

x

either a data matrix or a list of doubly centered distance matrices

vec

if x is a matrix, then this indicates which columns are treated together as one sample; if x is a list, these are the indexes for which the multivariance is calculated. The default is all columns and all indexes, respectively.

...

are passed to multicorrelation

References

For the theoretic background see the reference [5] given on the main help page of this package: multivariance-package.

See Also

multicorrelation


multivariance documentation built on Oct. 6, 2021, 5:08 p.m.