View source: R/update_beta_convex.R
update_beta_convex | R Documentation |
update_beta_convex
updates beta for L2E convex regression using PG
update_beta_convex(y, b, tau, max_iter = 100, tol = 1e-04)
y |
Response vector |
b |
Current estimate for beta |
tau |
Current estimate for tau |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.