Learn R Programming

⚠️There's a newer version (1.6.1) of this package.Take me there.

genlasso (version 1.2)

Path algorithm for generalized lasso problems

Description

This package 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.

Copy Link

Version

Install

install.packages('genlasso')

Monthly Downloads

476

Version

1.2

License

GPL (>= 2.0)

Maintainer

Taylor Arnold

Last Published

March 2nd, 2014

Functions in genlasso (1.2)

fusedlasso

Compute the fused lasso solution path for a general graph, or a 1d or 2d grid
coef.genlasso

Extract cefficients from a genlasso object
trendfilter

Compute the trend filtering solution path for any polynomial order
genlasso

Compute the generalized lasso solution path for arbitrary penalty matrix
iterate

Iterate a genlasso object
filebackout

Process file backed fused lasso output
genlasso-package

Package to compute the solution path of generalized lasso problems
cv.trendfilter

Perform k-fold cross-validation to choose a trend filtering model
getDxx

Helper functions for constructing generalized lasso penalty matrices
predict.genlasso

Make predictions given a genlasso object
plot.genlasso

Plotting methods for generalized lasso objects
softthresh

Fit a sparse variant of the fused lasso