Skip to content

Commit

Permalink
📝 Fix DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
svazzole committed Aug 19, 2019
1 parent d6ecc58 commit a4f7811
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: sparsevar
Version: 0.0.11
Date: 2019-06-28
Title: A Package for Sparse VAR/VECM Estimation
Date: 2019-08-19
Title: Sparse VAR/VECM Models Estimation
Authors@R: c(person("Simone", "Vazzoler", role = c("aut", "cre"),
email = "svazzole@gmail.com"))
Maintainer: Simone Vazzoler <svazzole@gmail.com>
Expand All @@ -23,7 +23,10 @@ Suggests:
Depends:
R (>= 1.8.0)
Description: A wrapper for sparse VAR/VECM time series models estimation
using penalties like ENET, SCAD and MCP.
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
Expand Down

0 comments on commit a4f7811

Please sign in to comment.