-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 1.06 KB
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: GAS
Type: Package
Title: Generalized Autoregressive Score Models
Version: 0.3.3
Authors@R: c(person("Leopoldo", "Catania", role = c("aut", "cre"),
email = "leopoldo.catania@econ.au.dk",
comment = c(ORCID = "0000-0002-1000-5142")),
person("David", "Ardia", role = c("ctb"),
email = "david.ardia.ch@gmail.com",
comment = c(ORCID = "0000-0003-2823-782X")),
person("Kris", "Boudt", role = c("ctb"),
email = "kris.boudt@ugent.be",
comment = c(ORCID = "0000-0002-1000-5142")))
Maintainer: Leopoldo Catania <leopoldo.catania@econ.au.dk>
Description: Simulate, estimate and forecast using univariate and multivariate GAS models
as described in Ardia et al. (2019) <doi:10.18637/jss.v088.i06>.
License: GPL-3
BugReports: https://github.com/LeopoldoCatania/GAS/issues
URL: https://github.com/LeopoldoCatania/GAS
LazyData: TRUE
Imports: Rcpp (>= 0.12.2), Rsolnp, MASS, xts, numDeriv, zoo, cubature
LinkingTo: Rcpp, RcppArmadillo
Depends: R (>= 3.4.0), methods
Suggests: testthat