Package: kdevine Type: Package Title: Multivariate Kernel Density Estimation with Vine Copulas Version: 0.4.6 Authors@R: person("Thomas", "Nagler", ,"mail@tnagler.com", c("aut", "cre")) URL: https://github.com/tnagler/kdevine BugReports: https://github.com/tnagler/kdevine/issues Description: Implements the vine copula based kernel density estimator of Nagler and Czado (2016) . The estimator does not suffer from the curse of dimensionality and is therefore well suited for high-dimensional applications. License: GPL-3 Imports: graphics, stats, utils, MASS, Rcpp, qrng, KernSmooth, cctools, kdecopula (>= 0.8.1), VineCopula, doParallel, parallel, foreach LazyData: yes LinkingTo: Rcpp RoxygenNote: 7.3.2 Suggests: testthat Roxygen: list(markdown = TRUE) Encoding: UTF-8 Repository: https://tnagler.r-universe.dev Date/Publication: 2025-08-01 10:11:54 UTC RemoteUrl: https://github.com/tnagler/kdevine RemoteRef: HEAD RemoteSha: ec7f5b7a088a93467be5963b8608c1a61ec833db NeedsCompilation: yes Packaged: 2026-06-04 08:51:11 UTC; root Author: Thomas Nagler [aut, cre] Maintainer: Thomas Nagler