update_beta_MM_convex.Rd
update_beta_MM_convex
updates beta for L2E convex regression using MM
update_beta_MM_convex(y, beta, tau, max_iter = 100, tol = 1e-04)
y | Response |
---|---|
beta | Initial vector of regression coefficients |
tau | Precision estimate |
max_iter | Maximum number of iterations |
tol | Relative tolerance |
Returns a list object containing the new estimate for beta (vector) and the number of iterations (scalar) the update step utilized