-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
executable file
·17 lines (17 loc) · 1009 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: genlasso
Type: Package
Title: Path Algorithm for Generalized Lasso Problems
Version: 1.6.1
Date: 2022-10-14
Authors@R: c(person(given = "Taylor B.", family = "Arnold",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Ryan J.", family = "Tibshirani",
email = "[email protected]", role = c("aut")))
Author: Taylor B. Arnold [aut, cre], Ryan J. Tibshirani [aut]
Maintainer: Taylor B. Arnold <[email protected]>
Description: Computes the solution path for generalized lasso problems. Important use cases are the fused lasso over an arbitrary graph, and trend fitting of any given polynomial order. Specialized implementations for the latter two subproblems are given to improve stability and speed. See Taylor Arnold and Ryan Tibshirani (2016) <doi:10.1080/10618600.2015.1008638>.
License: GPL (>= 2.0)
Depends: Matrix, igraph, R (>= 3.1.0)
ByteCompile: TRUE
URL: https://github.com/ryantibs/genlasso