-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
33 lines (33 loc) · 941 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: kde1d
Type: Package
Title: Univariate Kernel Density Estimation
Version: 1.0.6
Authors@R: c(
person("Thomas", "Nagler",, "[email protected]", role = c("aut", "cre")),
person("Thibault", "Vatter",, "[email protected]", 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) <arXiv:1303.4121>,
Geenens and Wang (2018) <arXiv:1602.04862>,
Nagler (2018a) <arXiv:1704.07457>,
Nagler (2018b) <arXiv:1705.05431>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LinkingTo:
BH,
Rcpp,
RcppEigen
Imports:
graphics,
Rcpp,
randtoolbox,
stats,
utils
RoxygenNote: 7.1.2
Suggests:
testthat
URL: https://github.com/tnagler/kde1d
BugReports: https://github.com/tnagler/kde1d/issues
Roxygen: list(markdown = TRUE)