-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
46 lines (46 loc) · 1.53 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
45
46
Package: CondCopulas
Type: Package
Title: Estimation and Inference for Conditional Copula Models
Version: 0.1.4.1
Authors@R: c(
person("Alexis", "Derumigny", , email = "a.f.f.derumigny@tudelft.nl", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6163-8097")),
person("Jean-David", "Fermanian", , email = "Jean-David.Fermanian@ensae.fr", role = c("ctb","ths"), comment = c(ORCID = "0000-0001-5960-5555")),
person("Aleksey", "Min", , role = "ctb", comment = c(ORCID = "0000-0001-6928-4556")),
person("Rutger", "van der Spek", , role = "ctb")
)
Description:
Provides functions for the estimation of conditional copulas models,
various estimators of conditional Kendall's tau
(proposed in Derumigny and Fermanian (2019a, 2019b, 2020)
<doi:10.1515/demo-2019-0016>,
<doi:10.1016/j.csda.2019.01.013>,
<doi:10.1016/j.jmva.2020.104610>),
and test procedures for the simplifying assumption
(proposed in Derumigny and Fermanian (2017) <doi:10.1515/demo-2017-0011>
and Derumigny, Fermanian and Min (2022) <doi:10.1002/cjs.11742>).
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = FALSE)
Suggests:
MASS,
knitr,
rmarkdown,
DiagrammeR,
ggplot2,
mvtnorm,
testthat (>= 3.0.0)
Imports:
VineCopula,
pbapply,
glmnet,
ordinalNet,
tree,
nnet,
data.tree,
statmod,
wdm
VignetteBuilder: knitr
BugReports: https://github.com/AlexisDerumigny/CondCopulas/issues
URL: https://github.com/AlexisDerumigny/CondCopulas
Config/testthat/edition: 3