-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
29 lines (29 loc) · 1.46 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
29
Package: funtimes
Type: Package
Title: Functions for Time Series Analysis
Version: 9.2
Date: 2023-04-28
Authors@R: c(person("Vyacheslav", "Lyubchich",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7936-4285"),
email="[email protected]"),
person("Yulia R.", "Gel", role = "aut"),
person("Alexander", "Brenning", role = "ctb"),
person("Calvin", "Chu", role = "ctb"),
person("Xin", "Huang", role = "ctb"),
person("Umar", "Islambekov", role = "ctb"),
person("Palina", "Niamkova", role = "ctb"),
person("Dorcas", "Ofori-Boateng", role = "ctb"),
person("Ethan D.", "Schaeffer", role = "ctb"),
person("Srishti", "Vishwakarma", role = "aut"),
person("Xingyu", "Wang", role = "ctb"))
Depends: R (>= 3.5.0)
License: GPL (>= 2)
Imports: dbscan, Kendall, lmtest, mlVAR, parallel, Rdpack, sandwich, vars
Suggests: covid19us, Ecdat, ggplot2, gridExtra, knitr, patchwork, randomcoloR, readxl, reshape2, rmarkdown
Description: Nonparametric estimators and tests for time series analysis. The functions use bootstrap techniques and robust nonparametric difference-based estimators to test for the presence of possibly non-monotonic trends and for synchronicity of trends in multiple time series.
RdMacros: Rdpack
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Encoding: UTF-8
VignetteBuilder: knitr, rmarkdown