https://github.com/cran/kdevine
Raw File
Tip revision: 7014bdb654eb0d5b3d69b57597f36f97eae8a916 authored by Thomas Nagler on 27 April 2017, 20:42:58 UTC
version 0.4.0
Tip revision: 7014bdb
DESCRIPTION
Package: kdevine
Type: Package
Title: Multivariate Kernel Density Estimation with Vine Copulas
Version: 0.4.0
Date: 2017-04-27
Authors@R: person("Thomas", "Nagler", ,"thomas.nagler@tum.de", 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 | file LICENSE
Imports: graphics, stats, utils, MASS, Rcpp, qrng, ks, cctools,
        kdecopula (>= 0.8.1), VineCopula, doParallel, parallel, foreach
LazyData: yes
LinkingTo: Rcpp
RoxygenNote: 6.0.1
Suggests: testthat
NeedsCompilation: yes
Packaged: 2017-04-27 20:58:57 UTC; n5
Author: Thomas Nagler [aut, cre]
Maintainer: Thomas Nagler <thomas.nagler@tum.de>
Repository: CRAN
Date/Publication: 2017-04-27 21:42:58 UTC
back to top