l2e_regression_TF_lasso performs robust trend filtering regression under the L2 criterion with Lasso penalty
l2e_regression_TF_lasso(
y,
X,
beta,
tau,
D,
lambda = 1,
max_iter = 100,
tol = 1e-04,
Show.Time = TRUE
)Response vector
Design matrix
Initial vector of regression coefficients
Initial precision estimate
The fusion matrix
The tuning parameter
Maximum number of iterations
Relative tolerance
Report the computing time