Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up| Package: simts | |
| Type: Package | |
| Title: Time Series Analysis Tools | |
| Version: 0.1.1 | |
| Date: 2019-08-19 | |
| 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.5.0) | |
| License: AGPL-3 | file LICENSE | |
| Imports: | |
| Rcpp, | |
| wv, | |
| stats, | |
| utils, | |
| scales, | |
| grDevices, | |
| graphics, | |
| broom, | |
| dplyr, | |
| magrittr, | |
| methods, | |
| purrr, | |
| tidyr, | |
| robcor | |
| LinkingTo: Rcpp, RcppArmadillo | |
| RoxygenNote: 7.1.0 | |
| 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 |