-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
36 lines (36 loc) · 963 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
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: gamCopula
Type: Package
Title: Generalized Additive Models for Bivariate Conditional Dependence
Structures and Vine Copulas
Version: 0.0-6
Date: 2019-12-04
Authors@R: c(
person("Thomas", "Nagler",, "thomas.nagler@tum.de", role = "aut"),
person("Thibault", "Vatter",, "thibault.vatter@gmail.com", role = c("aut", "cre"))
)
Maintainer: Thibault Vatter <thibault.vatter@gmail.com>
Depends:
R (>= 3.1.0)
Imports:
graphics,
stats,
utils,
VineCopula (>= 2.0.0),
mgcv,
MASS,
gsl,
numDeriv,
methods,
copula,
igraph (>= 1.0.0),
parallel,
foreach,
doParallel
Description: Implementation of various inference and simulation tools to
apply generalized additive models to bivariate dependence structures and
non-simplified vine copulas.
License: GPL-3
LazyLoad: yes
BugReports: https://github.com/tvatter/gamCopula/issues
URL: https://github.com/tvatter/gamCopula
RoxygenNote: 6.1.1