https://github.com/cran/kdevine
Raw File
Tip revision: 8c3a9b2b70fa39f7428205c37643b6d69a00b958 authored by Thomas Nagler on 13 June 2024, 21:40:02 UTC
version 0.4.5
Tip revision: 8c3a9b2
DESCRIPTION
Package: kdevine
Type: Package
Title: Multivariate Kernel Density Estimation with Vine Copulas
Version: 0.4.5
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) <doi:10.1016/j.jmva.2016.07.003>. 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.1
Suggests: testthat
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2024-06-13 16:19:42 UTC; n5
Author: Thomas Nagler [aut, cre]
Maintainer: Thomas Nagler <mail@tnagler.com>
Repository: CRAN
Date/Publication: 2024-06-13 21:40:02 UTC
back to top