-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
35 lines (35 loc) · 832 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
Package: kdecopula
Type: Package
Title: Kernel Smoothing for Bivariate Copula Densities
Version: 0.9.1
Authors@R: c(
person("Thomas", "Nagler", , "thomas.nagler@tum.de", c("aut", "cre")),
person("Kuangyu", "Wen",, role = "ctb")
)
Description: Provides fast implementations of kernel smoothing techniques for
bivariate copula densities, in particular density estimation and resampling.
URL: https://github.com/tnagler/kdecopula
BugReports: https://github.com/tnagler/kdecopula/issues
Depends:
R (>= 3.0.0)
Imports:
lattice,
locfit,
qrng,
Rcpp (>= 0.11.2),
graphics,
grDevices,
stats,
utils,
quadprog
LinkingTo:
Rcpp,
RcppArmadillo
Suggests:
R.rsp,
VineCopula,
testthat
VignetteBuilder: R.rsp
License: GPL-3
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.1