-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
47 lines (47 loc) · 1.58 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
47
Package: rvinecopulib
Type: Package
Title: High Performance Algorithms for Vine Copula Modeling
Version: 0.6.3.1.1
Authors@R: c(
person("Thomas", "Nagler",, "[email protected]", role = c("aut", "cre")),
person("Thibault", "Vatter",, "[email protected]", role = c("aut"))
)
Description: Provides an interface to 'vinecopulib', a C++ library for vine
copula modeling. The 'rvinecopulib' package implements the core features of the
popular 'VineCopula' package, in particular inference algorithms for both vine
copula and bivariate copula models. Advantages over 'VineCopula' are a sleeker
and more modern API, improved performances, especially in high dimensions,
nonparametric and multi-parameter families, and the ability to model discrete
variables. The 'rvinecopulib' package includes 'vinecopulib' as header-only
C++ library (currently version 0.6.2). Thus users do not need to install
'vinecopulib' itself in order to use 'rvinecopulib'. Since their initial
releases, 'vinecopulib' is licensed under the MIT License, and 'rvinecopulib'
is licensed under the GNU GPL version 3.
License: GPL-3 | file LICENSE
Encoding: UTF-8
NeedsCompilation: yes
Depends: R (>= 3.0.2)
Imports:
assertthat,
graphics,
grDevices,
kde1d (>= 1.0.2),
lattice,
Rcpp (>= 0.12.12),
stats,
utils
Suggests:
igraph,
ggplot2,
ggraph,
testthat
LinkingTo:
BH,
Rcpp,
RcppEigen,
RcppThread (>= 2.1.2),
wdm,
kde1d
BugReports: https://github.com/vinecopulib/rvinecopulib/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0