update_beta_qr updates beta for L2E multivariate regression via a QR solve
update_beta_qr(y, X, QRF, tau, b, 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
QR factorization object for X (obtained via `QRF=qr(X)`)
Current estimate for tau
Current estimate for beta
Maximum number of iterations
Relative tolerance