-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 800 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 800 Bytes
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
Package: boostCopula
Type: Package
Title: Gradient-Boosted Estimation of Generalized Linear Models for Conditional Vine Copulas
Version: 0.1.0
Authors@R: c(
person(given = "David",
family = "Jobst",
role = c("aut", "cre"),
email = "jobstd@uni-hildesheim.de",
comment = c(ORCID = "0000-0002-2014-3530")))
Maintainer: David Jobst <jobstd@uni-hildesheim.de>
Description: Implements gradient-boosting estimation of generalized linear models for conditional vine copulas.
URL: https://github.com/jobstdavid/boostCopula
BugReports: https://github.com/jobstdavid/boostCopula/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Imports:
VineCopula,
parallel,
Rfast,
Rcpp,
colorspace
LinkingTo:
Rcpp,
RcppEigen