get.u: Get the dual solution of the genlasso problem at a fixed...

Description Usage Arguments Value Examples

View source: R/get.u.R

Description

This function gets the dual solution of the genlasso problem at a fixed lambda.

Usage

1
get.u(object, lambda)

Arguments

object

ESPgenlasso object.

lambda

a specific lambda.

Value

the dual solution at lambda.

Examples

1
2
3
4
5
y <- matrix(c(1000), nrow = 1)
X <- matrix(c(1,1,0),nrow = 1)
D <- matrix(c(1,0,0,0,1,1,0,0,-1), nrow = 3)
object <- ESPgenlasso(y,X,D,genlasso.option = FALSE)
get.u(object, 700)

jshwang0311/GenLassoTest documentation built on Dec. 21, 2021, 3:17 a.m.