-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
37 lines (37 loc) · 984 Bytes
/
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
Package: sparsevar
Version: 0.1.0
Date: 2021-04-16
Title: Sparse VAR/VECM Models Estimation
Authors@R: c(person("Simone", "Vazzoler", role = c("aut", "cre"),
email = "[email protected]"))
Maintainer: Simone Vazzoler <[email protected]>
Imports:
Matrix,
ncvreg,
parallel,
doParallel,
glmnet,
ggplot2,
reshape2,
grid,
mvtnorm,
picasso,
corpcor,
Suggests:
knitr,
rmarkdown,
testthat,
Depends:
R (>= 3.5.0)
Description: A wrapper for sparse VAR/VECM time series models estimation
using penalties like ENET (Elastic Net), SCAD (Smoothly Clipped
Absolute Deviation) and MCP (Minimax Concave Penalty).
Based on the work of Sumanta Basu and George Michailidis
<doi:10.1214/15-AOS1315>.
License: GPL-2
URL: http://github.com/svazzole/sparsevar
BugReports: http://github.com/svazzole/sparsevar
VignetteBuilder:
knitr
RoxygenNote: 7.1.1
Encoding: UTF-8