From d0261f4b979d4457f98363fccc4f84aa3318c61f Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Sat, 9 Jan 2021 15:03:07 +0000 Subject: Change arXiv identifier to preferred format --- DESCRIPTION | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'DESCRIPTION') diff --git a/DESCRIPTION b/DESCRIPTION index 9956dbd..3fa1ed2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,15 +7,15 @@ Authors@R: c(person("Gertjan", "van den Burg", role=c("aut", "cre"), person("Patrick", "Groenen", email="groenen@ese.eur.nl", role="ctb"), person("Andreas", "Alfons", email="alfons@ese.eur.nl", role="ctb")) Description: Implements the SparseStep model for solving regression - problems with a sparsity constraint on the parameters. The SparseStep - regression model was proposed in Van den Burg, Groenen, and Alfons (2017) - . In the model, a regularization term is - added to the regression problem which approximates the counting norm of - the parameters. By iteratively improving the approximation a sparse - solution to the regression problem can be obtained. In this package both - the standard SparseStep algorithm is implemented as well as a path - algorithm which uses golden section search to determine solutions with - different values for the regularization parameter. + problems with a sparsity constraint on the parameters. The SparseStep + regression model was proposed in Van den Burg, Groenen, and Alfons (2017) + . In the model, a regularization term is added to the + regression problem which approximates the counting norm of the parameters. + By iteratively improving the approximation a sparse solution to the + regression problem can be obtained. In this package both the standard + SparseStep algorithm is implemented as well as a path algorithm which uses + golden section search to determine solutions with different values for the + regularization parameter. License: GPL (>= 2) Imports: graphics Depends: @@ -25,4 +25,4 @@ Classification/MSC: 62J05, 62J07 URL: https://github.com/GjjvdBurg/SparseStep, https://arxiv.org/abs/1701.06967 BugReports: https://github.com/GjjvdBurg/SparseStep -RoxygenNote: 5.0.1 +RoxygenNote: 7.1.0 -- cgit v1.2.3