-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
50 lines (49 loc) · 1.76 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: simts
Type: Package
Title: Time Series Analysis Tools
Version: 0.2.2
Date: 2023-09-29
LazyData: true
Authors@R: c(
person("Stéphane", "Guerrier", email = "stef.guerrier@gmail.com", role = c("aut","cre","cph")),
person("James", "Balamuta", role = c("aut","cph")),
person("Roberto", "Molinari", role = c("aut","cph")),
person("Justin", "Lee", role = "aut"),
person("Lionel", "Voirol", role = "aut"),
person("Yuming", "Zhang", role = "aut"),
person("Wenchao", "Yang", role = "ctb"),
person("Nathanael", "Claussen", role = "ctb"),
person("Yunxiang", "Zhang", role = "ctb"),
person("Christian", "Gunning", role = "cph"),
person("Romain", "Francois", role = "cph"),
person("Ross", "Ihaka", role = "cph"),
person("R Core Team", role = "cph")
)
Maintainer: Stéphane Guerrier <stef.guerrier@gmail.com>
Description: A system contains easy-to-use tools as a support for time series analysis courses. In particular, it incorporates a technique called Generalized Method of Wavelet Moments (GMWM) as well as its robust implementation for fast and robust parameter estimation of time series models which is described, for example, in Guerrier et al. (2013) <doi: 10.1080/01621459.2013.799920>. More details can also be found in the paper linked to via the URL below.
Depends:
R (>= 3.6.0)
License: AGPL-3 | file LICENSE
Imports:
Rcpp,
stats,
utils,
scales,
grDevices,
graphics,
broom,
dplyr,
magrittr,
methods,
purrr,
tidyr,
robcor
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 7.2.3
Encoding: UTF-8
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/SMAC-Group/simts, https://arxiv.org/pdf/1607.04543.pdf
BugReports: https://github.com/SMAC-Group/simts/issues