gtv: Solve regression problem with graph-based regularization

Description Usage

View source: R/GTV.R

Description

Solve regression problem with graph-based regularization

Usage

1
2
3
4
gtv(X, y, Sigma, lam_TV, lam_S, lam_1 = NULL, family = "gaussian",
  nlambda = 30, lambda.min.ratio = ifelse(nrow(X) < ncol(X), 0.01,
  1e-04), weights = NULL, eps = 1e-04, init = NULL, maxit = 1000,
  Bt = NULL)

hsong1/GTV documentation built on Nov. 9, 2019, 2:51 a.m.