dCov: Fast distance covariance matrix

View source: R/RcppExports.R

dCovR Documentation

Fast distance covariance matrix

Description

Fast computation of the distance covariance between two matrices with the same number of rows.

Usage

dCov(x, y)

Arguments

x

A matrix with dimensions n*k.

y

A matrix with dimensions n*l.

Value

A number representing the distance covariance between x and y

Author(s)

Claus Ekstrom <claus@rprimer.dk>


MESS documentation built on Aug. 21, 2023, 1:05 a.m.

Related to dCov in MESS...