l2e_regression_TF_dist performs robust trend filtering regression under the L2 criterion with distance penalty
l2e_regression_TF_dist(
y,
X,
beta,
tau,
D,
k,
rho = 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 number of nonzero entries in D*beta
The parameter in the proximal distance algorithm
Maximum number of iterations
Relative tolerance
Report the computing time