-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·28 lines (28 loc) · 1 KB
/
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
Package: DirStats
Type: Package
Title: Nonparametric Methods for Directional Data
Version: 0.1.9
Date: 2023-08-16
Authors@R: person(given = "Eduardo", family = "García-Portugués",
role = c("aut", "cre"), email = "edgarcia@est-econ.uc3m.es",
comment = c(ORCID = "0000-0002-9224-4111"))
Description: Nonparametric kernel density estimation, bandwidth selection,
and other utilities for analyzing directional data. Implements the estimator
in Bai, Rao and Zhao (1987) <doi:10.1016/0047-259X(88)90113-3>, the
cross-validation bandwidth selectors in Hall, Watson and Cabrera (1987)
<doi:10.1093/biomet/74.4.751> and the plug-in bandwidth selectors in
García-Portugués (2013) <doi:10.1214/13-ejs821>.
License: GPL-3
LazyData: true
Depends:
R (>= 3.6.0)
Imports:
movMF,
rotasym
Suggests:
viridisLite
URL: https://github.com/egarpor/DirStats
BugReports: https://github.com/egarpor/DirStats
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(old_usage = TRUE)