-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
21 lines (21 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: nse
Version: 1.21
Date: 2022-11-08
Title: Numerical Standard Errors Computation in R
Authors@R: c(person("David", "Ardia", role = "aut",
email = "[email protected]", comment = c(ORCID = "0000-0003-2823-782X")),
person("Keven", "Bluteau", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0003-2990-4807")))
Author: David Ardia [aut] (<https://orcid.org/0000-0003-2823-782X>),
Keven Bluteau [aut, cre] (<https://orcid.org/0000-0003-2990-4807>)
Maintainer: Keven Bluteau <[email protected]>
Description: Collection of functions designed to calculate numerical standard error (NSE) of univariate time series as described in Ardia et al. (2018) <doi:10.1515/jtse-2017-0011> and Ardia and Bluteau (2017) <doi:10.21105/joss.00172>.
License: GPL (>= 2)
BugReports: https://github.com/keblu/nse/issues
URL: https://github.com/keblu/nse
Imports: Rcpp (>= 0.12.0), coda, mcmc, mcmcse, np, sandwich
LinkingTo: Rcpp
Encoding: UTF-8
NeedsCompilation: yes
RoxygenNote: 7.1.1
Suggests: testthat