https://github.com/cran/kdevine
Raw File
Tip revision: a7251e97a44d47907c9796e2d10898da755d415a authored by Thomas Nagler on 18 October 2022, 11:25:15 UTC
version 0.4.4
Tip revision: a7251e9
NEWS.md
kdevine 0.4.3
---------

BUG FIXES

   * removed all calls to `closeAllConnections()`.


kdevine 0.4.2
---------

The kdevine package is no longer actively developed. Consider using   

   - the 'kde1d' package for marginal estimation,   
   - the functions `vine()` and `vinecop()` from the 'rvinecopulib' 
     package as replacements for `kdevine()` and `kdevinecop()`.
     
BUG FIXES

   * fixed `rkde1d()` for discrete data.


kdevine 0.4.1
---------

DEPENDENCIES

   * Removed dependency on `ks` package (and thereby its dependencies like rgl)
     by calling `KernSmooth::dpik()` directly instead of `ks::hpi()`.

BUG FIXES

   * fixed `plot.kde1d` type for continuous data (was shown as histogram).


kdevine 0.4.0
---------

NEW FEATURES

   * support for discrete variables based on continuous convolution (using R 
     package cctools).

   * new bandwidth default `mult_1d = log(1 + d)` in `kdevine()`.


kdevine 0.3.0
---------

First release on CRAN.
back to top