Package: kde1d Type: Package Title: Univariate Kernel Density Estimation Version: 1.1.1 Authors@R: c( person("Thomas", "Nagler",, "mail@tnagler.com", role = c("aut", "cre")), person("Thibault", "Vatter",, "thibault.vatter@gmail.com", role = c("aut")) ) Description: Provides an efficient implementation of univariate local polynomial kernel density estimators that can handle bounded and discrete data. See Geenens (2014) , Geenens and Wang (2018) , Nagler (2018a) , Nagler (2018b) . License: MIT + file LICENSE Encoding: UTF-8 LinkingTo: BH, Rcpp, RcppEigen Imports: graphics, Rcpp, randtoolbox, stats, utils Suggests: testthat URL: https://tnagler.github.io/kde1d/ BugReports: https://github.com/tnagler/kde1d/issues/ Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Repository: https://tnagler.r-universe.dev Date/Publication: 2025-06-12 11:37:14 UTC RemoteUrl: https://github.com/tnagler/kde1d RemoteRef: HEAD RemoteSha: a74eb355bbc837f23c500bac31e20c1e3d499f83 NeedsCompilation: yes Packaged: 2026-06-24 04:40:47 UTC; root Author: Thomas Nagler [aut, cre], Thibault Vatter [aut] Maintainer: Thomas Nagler