cggd-internal              package:cggd              R Documentation

_I_n_t_e_r_n_a_l _c_g_g_d _f_u_n_c_t_i_o_n_s

_D_e_s_c_r_i_p_t_i_o_n:

     Internal lars functions

_U_s_a_g_e:

     get.switch.time(switch.func,e, boundary=0,terminate_value=1e15,tol = .Machine$double.eps^0.5, fctr=1e8, TRACE=FALSE)
     cggd.mgd.var.init(x,y,  a.set, beta_init, e, alpha1 = 0, alpha2 = 0, w = 1)
     cggd.mgd.gen.beta(t,e)
     cggd.switch.func(t, e, do_in=TRUE, do_out=TRUE)
     cggd.switch.func.min(t,e)
     cggd.mgd.one.step(x, y, a.set, beta_init,    t1 = 1, alpha1 = 0, alpha2 = 0, w = 1, tau = 1, tautil = -1, eps = -1, TRACE=FALSE, fctr=1e8)
     cggd.trr.var.init(x,y,  a.set, beta_init, e)
     cggd.trr.gen.beta(t,e)
     cggd.trr.one.step(x, y, a.set, beta_init, t1 = 1, t0 = 1, tau = 1, tautil = -1, eps = -1, fctr=1e8)
     cggd.Fstar(x, eps1=1e-6)
     plotCVcggd(cv.lars.object,se=TRUE)
     error.bars(x, upper, lower, width = 0.02, ...)

_D_e_t_a_i_l_s:

     These are not to be called by the user.

_A_u_t_h_o_r(_s):

     Ofer Melnik, Cun-Hui Zhang

