forked from griefl/qad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.27 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: qad
Type: Package
Title: Quantification of Asymmetric Dependence
Version: 1.0.1.9000
Authors@R:
c(person(given = "Florian",
family = "Griessenberger",
role = c("aut", "cre"),
email = "florian.griessenberger@sbg.ac.at"),
person(given = "Robert R.",
family = "Junker",
role = "aut"),
person(given = "Valentin",
family = "Petzel",
role = "aut"),
person(given = "Wolfgang",
family = "Trutschnig",
role = "aut"))
Description: A copula-based measure for quantifying asymmetry in dependence and associations. Documentation and theory about 'qad' is provided
by the paper by Junker, Griessenberger & Trutschnig (2021, <doi:10.1016/j.csda.2020.107058>), and the paper by Trutschnig (2011, <doi:10.1016/j.jmaa.2011.06.013>).
License: GPL-2
URL: https://github.com/griefl/qad
BugReports: https://github.com/griefl/qad/issues
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10)
Imports:
data.table,
Rcpp (>= 1.0.6)
RoxygenNote: 7.1.2
LinkingTo: Rcpp
Suggests:
rmarkdown,
reshape2,
knitr,
testthat (>= 3.0.0),
ggplot2,
viridis,
ggExtra,
dplyr,
cowplot
Config/testthat/edition: 3
VignetteBuilder: knitr