The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
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.
install.packages("dccpp")
# install.packages("remotes")
::install_github("BerriJ/dccpp") remotes
dcov(x, y) # To calculate the distance covariance
dcor(x, y) # To calculate the distance correlation
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.
GNU General Public License (≥ 3)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.