https://github.com/cran/kdevine
Raw File
Tip revision: ffe65e8c4bf0dedb1b77175620f104742f65d711 authored by Thomas Nagler on 19 May 2017, 20:26:22 UTC
version 0.4.1
Tip revision: ffe65e8
NEWS.md
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