update_beta_MM_isotonic updates beta for L2E isotonic regression using MM
update_beta_MM_isotonic(y, beta, tau, 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
initial vector of regression coefficients
precision estimate
maximum number of iterations
relative tolerance