internals             package:robustbase             R Documentation

_I_n_t_e_r_n_a_l _F_u_n_c_t_i_o_n_s

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

     These functions are for internal use only or not yet documented.

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

     ## S3 method for class 'glmrob':
     print(x, digits = max(3, getOption("digits") - 3), ...)

     glmrobMqle(X, y, weights = NULL, start = NULL, offset = NULL,
                family, weights.on.x = "none",
                control = glmrobMqle.control(), intercept = TRUE)

     glmrobMqleDiffQuasiDevB   (mu, mu0, y, ni, w.x, tcc)
     glmrobMqleDiffQuasiDevPois(mu, mu0, y, ni, w.x, tcc)

     wts_HiiDist(X)
     wts_RobDist(X, intercept, covFun)

       print.nlrob(x, ...)

     psi.bisquare(u, c = 4.685, deriv = 0, rho = FALSE)
     psi.hampel(u, a = 2, b = 4, c = 8, deriv = 0, rho = FALSE)
     psi.huber(u, k = 1.345, deriv = 0, rho = FALSE)

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

     Andreas Ruckstuhl

