Skip to content

kde1d 1.1.0

Latest
Compare
Choose a tag to compare
@tnagler tnagler released this 08 Jan 23:26
· 1 commit to main since this release
dd4b533

NEW FEATURES

  • Added functionality for estimating zero-inflated discrete-continuous mixtures.

  • New kde1d(..., type = "...") argument to specify the data type. Options are
    {c, cont, continuous} for continuous variables, {d, disc, discrete} for
    discrete integer variables, or {zi, zinfl, zero-inflated} for zero-inflated
    variables.

BREAKING CHANGE

  • New C++ API, making it easier to use stand-alone.