-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
23 lines (23 loc) · 953 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: dccpp
Type: Package
Title: Fast Computation of Distance Correlations
Version: 0.1.0
Date: 2023-09-27
Authors@R: c(
person(given = "Jonathan",
family = "Berrisch",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4944-9074"))
)
Description: 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:1810.11332> <doi:10.1016/j.csda.2019.01.016>). The functions are written entirely in C++ to speed up the computation.
License: GPL (>= 3)
URL: https://dccpp.berrisch.biz/, https://github.com/BerriJ/dccpp
BugReports: https://github.com/BerriJ/dccpp/issues
Encoding: UTF-8
Imports: Rcpp (>= 1.0.8)
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3