Skip to content
/ dccpp Public

❗ This is a read-only mirror of the CRAN R package repository. dccpp — Fast Computation of Distance Correlations. Homepage: https://dccpp.berrisch.biz/https://github.com/BerriJ/dccpp Report bugs for this package: https://github.com/BerriJ/dccpp/issues

Notifications You must be signed in to change notification settings

cran/dccpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The dccpp R Package

R-CMD-check GitHub Workflow Status (branch) Lifecycle: stable

Fast computation of the distance covariance dcov and distance correlation dcor. The computation cost is only O(n log(n)) for the distance correlation (see Chaudhuri, Hu, 2019, arXiv, elsevier). The functions are written entirely in C++ to speed up the computation.

Installation

Install from CRAN

install.packages("dccpp")

Install from GitHub

# install.packages("remotes")
remotes::install_github("BerriJ/dccpp")

Usage

dcov(x, y) # To calculate the distance covariance
dcor(x, y) # To calculate the distance correlation

Contributions and Issues

Feel free to raise an issue if you find something not working properly.

You are also very welcome to contribute to dcccp. Please base your pull requests on the development branch. Note that this package focuses on performance, PR's that improve the performance are particularly welcome.

License

GNU General Public License (≥ 3)

About

❗ This is a read-only mirror of the CRAN R package repository. dccpp — Fast Computation of Distance Correlations. Homepage: https://dccpp.berrisch.biz/https://github.com/BerriJ/dccpp Report bugs for this package: https://github.com/BerriJ/dccpp/issues

Resources

Stars

Watchers

Forks

Packages

No packages published