update_beta_MM_TF updates beta in L2E trend filtering regression using the distance penalty
update_beta_MM_TF(y, X, beta, tau, D, k, rho, max_iter = 100, tol = 1e-04)Returns a list object containing the new estimate for beta (vector) and the number of iterations (scalar) the update step utilized
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